Skip to content

Commit

Permalink
Cambio de error en laurachatbot.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaister9 committed Oct 3, 2024
1 parent 08fdc12 commit 9f67976
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/mi_portafolio/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,5 +161,10 @@
},
},
}
REST_FRAMEWORK = {
'DEFAULT_RENDERER_CLASSES': (
'rest_framework.renderers.JSONRenderer',
),
}


0 comments on commit 9f67976

Please sign in to comment.