Move api to /api/v1
This includes docs, which are now at http://127.0.0.1:8000/api/v1/docs and the openapi.json, now at http://127.0.0.1:8000/api/v1/openapi.json Fixes #4
This commit is contained in:
@@ -7,7 +7,7 @@ from app.model.models import *
|
||||
from app.services.database import get_session, add_and_refresh
|
||||
|
||||
debug_router = APIRouter(
|
||||
prefix="/debug",
|
||||
prefix="/api/v1/debug",
|
||||
tags=["Debug items - maybe dont show this in UI"],
|
||||
dependencies=[Depends(auth_is_admin)],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user