Add base for members
This commit is contained in:
@@ -5,6 +5,7 @@ from app.api.routes import (
|
||||
teams,
|
||||
associations,
|
||||
divisions,
|
||||
members,
|
||||
login,
|
||||
private,
|
||||
users,
|
||||
@@ -22,6 +23,7 @@ api_router.include_router(events.router)
|
||||
api_router.include_router(teams.router)
|
||||
api_router.include_router(associations.router)
|
||||
api_router.include_router(divisions.router)
|
||||
api_router.include_router(members.router)
|
||||
|
||||
|
||||
if settings.ENVIRONMENT == "local":
|
||||
|
||||
Reference in New Issue
Block a user