Remove legacy migration file and alias API routes

This commit is contained in:
Chris
2026-04-03 03:54:48 +08:00
parent ade60bdbaa
commit ed7a0344e0
5 changed files with 2 additions and 136 deletions

View File

@@ -1005,7 +1005,6 @@ def list_api_clients(
@router.post("/sync/from-provider")
@router.post("/sync/from-keycloak", include_in_schema=False)
def sync_catalog_from_provider(db: Session = Depends(get_db), force: bool = Query(default=True)) -> dict[str, int]:
return sync_from_provider(db, force=force)