working
This commit is contained in:
parent
c0999370c6
commit
4e1a339432
17 changed files with 393 additions and 91 deletions
|
|
@ -17,6 +17,7 @@ from routes import exchange as exchange_routes
|
|||
from routes import invites as invites_routes
|
||||
from routes import meta as meta_routes
|
||||
from routes import profile as profile_routes
|
||||
from routes import test as test_routes
|
||||
from shared_constants import PRICE_REFRESH_SECONDS
|
||||
from validate_constants import validate_shared_constants
|
||||
|
||||
|
|
@ -91,6 +92,7 @@ app.include_router(audit_routes.router)
|
|||
app.include_router(profile_routes.router)
|
||||
app.include_router(availability_routes.router)
|
||||
app.include_router(meta_routes.router)
|
||||
app.include_router(test_routes.router)
|
||||
|
||||
# Include routers - modules with multiple routers
|
||||
for r in invites_routes.routers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue