fix: add /api/i18n to anonymous paths for unauthenticated access
This commit is contained in:
parent
f07448d40a
commit
a15d020556
1 changed files with 1 additions and 0 deletions
|
|
@ -232,6 +232,7 @@ async fn run_axum_server(
|
|||
.add_anonymous_path("/healthz")
|
||||
.add_anonymous_path("/api/health")
|
||||
.add_anonymous_path("/api/product")
|
||||
.add_anonymous_path("/api/i18n")
|
||||
.add_anonymous_path("/ws")
|
||||
.add_anonymous_path("/auth")
|
||||
.add_public_path("/static")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue