|
@@ -6,7 +6,7 @@ from fastapi.middleware.cors import CORSMiddleware
|
|
|
from .api import other, game
|
|
|
from .db import init_db
|
|
|
|
|
|
-app = FastAPI()
|
|
|
+app = FastAPI(openapi_prefix="/terrassumptions/api")
|
|
|
|
|
|
app.include_router(other)
|
|
|
app.include_router(game, prefix="/game")
|