the status endpoint should not need authentication

This commit is contained in:
jasquat 2022-08-01 17:23:58 -04:00
parent a1e69b511a
commit 15fd71eb99
1 changed files with 1 additions and 1 deletions

View File

@ -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: