fix: Allow anonymous access to /api/suggestions for bot chat
Some checks failed
BotServer CI / build (push) Failing after 11m15s
Some checks failed
BotServer CI / build (push) Failing after 11m15s
This commit is contained in:
parent
d19984fa07
commit
705d925947
1 changed files with 1 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ pub async fn run_axum_server(
|
||||||
.add_anonymous_path("/api/auth/refresh")
|
.add_anonymous_path("/api/auth/refresh")
|
||||||
.add_anonymous_path("/api/auth/bootstrap")
|
.add_anonymous_path("/api/auth/bootstrap")
|
||||||
.add_anonymous_path("/api/bot/config")
|
.add_anonymous_path("/api/bot/config")
|
||||||
|
.add_anonymous_path("/api/suggestions")
|
||||||
.add_anonymous_path("/api/client-errors")
|
.add_anonymous_path("/api/client-errors")
|
||||||
.add_anonymous_path("/ws")
|
.add_anonymous_path("/ws")
|
||||||
.add_anonymous_path("/auth")
|
.add_anonymous_path("/auth")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue