Daedalus and Talos integration test
This commit is contained in:
@@ -8,6 +8,7 @@ from app.api import (
|
||||
games,
|
||||
genlockes,
|
||||
health,
|
||||
journal_entries,
|
||||
pokemon,
|
||||
runs,
|
||||
stats,
|
||||
@@ -19,6 +20,7 @@ api_router.include_router(games.router, prefix="/games", tags=["games"])
|
||||
api_router.include_router(pokemon.router, tags=["pokemon"])
|
||||
api_router.include_router(evolutions.router, tags=["evolutions"])
|
||||
api_router.include_router(runs.router, prefix="/runs", tags=["runs"])
|
||||
api_router.include_router(journal_entries.router, prefix="/runs", tags=["journal"])
|
||||
api_router.include_router(genlockes.router, prefix="/genlockes", tags=["genlockes"])
|
||||
api_router.include_router(encounters.router, tags=["encounters"])
|
||||
api_router.include_router(stats.router, prefix="/stats", tags=["stats"])
|
||||
|
||||
Reference in New Issue
Block a user