refactor: rename services to router

This commit is contained in:
Vlad Stan 2023-06-23 11:18:09 +03:00
parent 99022f2b4a
commit e04629db22
3 changed files with 2 additions and 2 deletions

View file

@ -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] = []