mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +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:
|
login_throttling:
|
||||||
limiter: app.login_rate_limiter
|
limiter: app.login_rate_limiter
|
||||||
|
|
||||||
|
api_public:
|
||||||
|
pattern: ^/api(?:/docs|/register|/config)?$
|
||||||
|
stateless: true
|
||||||
|
|
||||||
api:
|
api:
|
||||||
pattern: ^/api
|
pattern: ^/api
|
||||||
stateless: true
|
stateless: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user