Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ianco committed Sep 21, 2021
2 parents 082a46d + e62bc3b commit a80f112
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aries_cloudagent/admin/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,8 @@ def is_unprotected_path(path: str):
"/api/docs/swagger.json",
"/favicon.ico",
"/ws", # ws handler checks authentication
"/status/live",
"/status/ready",
]
or path.startswith("/static/swagger/")
)
Expand Down

0 comments on commit a80f112

Please sign in to comment.