This commit is contained in:
Ross
2025-06-09 12:14:49 +01:00
parent 90612209f2
commit e922a93a25
+1 -1
View File
@@ -104,7 +104,7 @@ MIDDLEWARE = [
]
if not DEBUG:
MIDDLEWARE = MIDDLEWARE.append(
MIDDLEWARE.append(
'rad.middleware.coep.COEPMiddleware'
)