fix: remove unused request params, strengthen admin route tests

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 00:16:39 +03:00
parent 43d5820474
commit eabeb54767
2 changed files with 23 additions and 7 deletions
-1
View File
@@ -161,7 +161,6 @@ async def new_config_form(request: Request):
@app.post("/configs/new")
async def create_config(
request: Request,
name: str = Form(...),
base_yaml: str = Form(...),
db: AsyncSession = Depends(get_db),