MCPcopy Create free account
hub / github.com/vastsa/FileCodeBox / logout_admin

Function logout_admin

apps/admin/views.py:66–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64
65@admin_api.post("/logout")
66async def logout_admin():
67 return APIResponse(detail={"ok": True})
68
69
70async def build_dashboard_recent_file(file_code: FileCodes) -> dict:

Callers

nothing calls this directly

Calls 1

APIResponseClass · 0.90

Tested by

no test coverage detected