prevent 500 error on logout
This commit is contained in:
parent
c7b93ec34b
commit
5cb963c252
|
@ -37,6 +37,7 @@ EXCLUDE_PATHS = (
|
|||
"/winupdate/winupdater",
|
||||
"/winupdate/results",
|
||||
f"/{settings.ADMIN_URL}",
|
||||
"/logout",
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue