prevent 500 error on logout

This commit is contained in:
wh1te909 2020-09-24 17:04:55 +00:00
parent c7b93ec34b
commit 5cb963c252
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ EXCLUDE_PATHS = (
"/winupdate/winupdater",
"/winupdate/results",
f"/{settings.ADMIN_URL}",
"/logout",
)