mirror of
https://github.com/gotson/komga.git
synced 2025-12-25 18:03:56 +01:00
refactor: fix path format
This commit is contained in:
parent
e45acdb921
commit
4ff38812ac
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in a new issue