the status endpoint should not need authentication
This commit is contained in:
parent
a1e69b511a
commit
15fd71eb99
|
@ -115,7 +115,7 @@ paths:
|
|||
|
||||
/status:
|
||||
get:
|
||||
# security: []
|
||||
security: []
|
||||
operationId: spiffworkflow_backend.routes.process_api_blueprint.status
|
||||
summary: Returns 200 if the server is Responding
|
||||
tags:
|
||||
|
|
Loading…
Reference in New Issue