refactor: rename services to router
This commit is contained in:
parent
99022f2b4a
commit
e04629db22
3 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ from .crud import add_relay, delete_relay, get_relays
|
|||
from .helpers import normalize_public_key
|
||||
from .models import Relay, RelayList, TestMessage, TestMessageResponse
|
||||
from .nostr.key import EncryptedDirectMessage, PrivateKey
|
||||
from .services import NostrRouter, nostr
|
||||
from .router import NostrRouter, nostr
|
||||
|
||||
# we keep this in
|
||||
all_routers: list[NostrRouter] = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue