Initial commit: LinkSyncServer and LinkSyncExtension projects with complete documentation, models, API endpoints, tests, and extension implementation
This commit is contained in:
9
LinkSyncServer/api/__init__.py
Normal file
9
LinkSyncServer/api/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
LinkSyncServer - API Package
|
||||
"""
|
||||
|
||||
from api.endpoints.auth import router as auth_router
|
||||
from api.endpoints.links import router as links_router
|
||||
from api.endpoints.collections import router as collections_router
|
||||
from api.endpoints.queries import router as queries_router
|
||||
from api.endpoints.sync import router as sync_router
|
||||
Reference in New Issue
Block a user