There was an error while loading. Please reload this page.
1 parent 2303fb1 commit 8a9659dCopy full SHA for 8a9659d
1 file changed
config/settings/base.py
@@ -300,7 +300,7 @@
300
"TITLE": "threatr API",
301
"DESCRIPTION": "Documentation of API endpoints of threatr",
302
"VERSION": "1.0.0",
303
- "SERVE_PERMISSIONS": ["rest_framework.permissions.IsAdminUser"],
+ "SERVE_PERMISSIONS": ["rest_framework.permissions.IsAuthenticated"],
304
}
305
# Worker configuration
306
# ------------------------------------------------------------------------------
0 commit comments