mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 09:45:29 +00:00
fix: access public API without bearer. Fixes #70
This commit is contained in:
parent
b960ff778d
commit
f882435b81
@ -35,6 +35,10 @@ security:
|
||||
login_throttling:
|
||||
limiter: app.login_rate_limiter
|
||||
|
||||
api_public:
|
||||
pattern: ^/api(?:/docs|/register|/config)?$
|
||||
stateless: true
|
||||
|
||||
api:
|
||||
pattern: ^/api
|
||||
stateless: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user