refactor: fix path format

This commit is contained in:
Gauthier Roebroeck 2024-12-17 13:46:23 +08:00
parent e45acdb921
commit 4ff38812ac

View file

@ -90,7 +90,7 @@ class SecurityConfiguration(
// used by webui
"/api/v1/oauth2/providers",
// epub resources - fonts are always requested anonymously, so we check for authorization within the controller method directly
"api/v1/books/{bookId}/resource/**",
"/api/v1/books/{bookId}/resource/**",
// OPDS authentication document
"/opds/v2/auth",
).permitAll()