Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
santoshvandari authored Oct 28, 2023
1 parent c89ae0f commit dcdb070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QuotesAPI/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
CORS_ALLOW_ALL_ORIGINS = True


REST_FRAMEWORK = {
REST_FRAMEWORK = {
'DEFAULT_RENDERER_CLASSES': [
'rest_framework.renderers.JSONRenderer',
# 'rest_framework.renderers.BrowsableAPIRenderer',
Expand Down

0 comments on commit dcdb070

Please sign in to comment.