Remove legacy migration file and alias API routes
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user