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

@ -4,7 +4,7 @@ import threading
from . import nostr
from .crud import get_relays
from .nostr.message_pool import EndOfStoredEventsMessage, EventMessage, NoticeMessage
from .services import NostrRouter, nostr
from .router import NostrRouter, nostr
async def init_relays():