Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
)
66
async
def
logout_admin():
67
return
APIResponse(detail={
"ok"
: True})
68
69
70
async
def
build_dashboard_recent_file(file_code: FileCodes) -> dict:
Callers
nothing calls this directly
Calls
1
APIResponse
Class · 0.90
Tested by
no test coverage detected