-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BrowsableAPIRenderer
in production
#34
Comments
CodeWithEmad
added a commit
to CodeWithEmad/tutor-notes
that referenced
this issue
Feb 27, 2024
in production environments, it's not the best practice to have a browsable API and normally only a json should be returned. Close overhangio#34
CodeWithEmad
added a commit
to CodeWithEmad/tutor-notes
that referenced
this issue
Mar 11, 2024
in production environments, it's not the best practice to have a browsable API and normally only a json should be returned. Close overhangio#34
github-project-automation
bot
moved this from In review
to Done
in Tutor project management
Apr 22, 2024
github-project-automation
bot
moved this from Won't fix
to Done
in Tutor project management
Apr 29, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having a browsable API is not necessarily a bad thing, but since this is an API Server, and there are no static files, shouldn't we replace that with
JSONRenderer
?I'm aware of the
notes-settings
patch, but I think this should be handled by the plugin.The text was updated successfully, but these errors were encountered: