Skip to content
Snippets Groups Projects
Commit c0f73f20 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Default API permissions

parent 74bd4c94
No related branches found
No related tags found
No related merge requests found
......@@ -344,6 +344,9 @@ REST_FRAMEWORK = {
'COERCE_DECIMAL_TO_STRING': False,
'EXCEPTION_HANDLER':
'superevents.api.exceptions.gracedb_exception_handler',
'DEFAULT_PERMISSION_CLASSES': (
'rest_framework.permissions.IsAuthenticatedOrReadOnly',
)
}
# Location of packages installed by bower
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment