MCPcopy Index your code
hub / github.com/vastsa/FileCodeBox / health_check

Function health_check

main.py:873–881  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

871
872@app.get("/health")
873async def health_check():
874 return APIResponse(
875 detail={
876 "status": "ok",
877 "version": APP_VERSION,
878 "storage": settings.file_storage,
879 "theme": settings.themesSelect,
880 }
881 )
882
883
884if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

APIResponseClass · 0.90

Tested by

no test coverage detected