exclude auditlogs from middleware

This commit is contained in:
wh1te909 2020-09-30 07:42:46 +00:00
parent 475d0fa57f
commit 9b9ba00983
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ EXCLUDE_METHODS = ("GET", "HEAD", "OPTIONS", "TRACE")
EXCLUDE_PATHS = (
"/api/v2",
"/api/v1",
"/logs/auditlogs",
"/winupdate/winupdater",
"/winupdate/results",
f"/{settings.ADMIN_URL}",