Closed blaziq closed 3 days ago
The URL in the documentation must be changed from:
Workspace API: https://workspace-api-v2.${INGRESS_HOST}/
which sort of works but only outputs {"detail":"Not Found"}
{"detail":"Not Found"}
to:
Workspace API: https://workspace-api-v2.${INGRESS_HOST}/docs
which is the correct URL for FastAPI
Fixed with 698069cb457f1d21e0867c79331def2a50736e3f
The URL in the documentation must be changed from:
which sort of works but only outputs
{"detail":"Not Found"}
to:
which is the correct URL for FastAPI