You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
-Do not return render_template() from endpoint; return JSON object (important: include status code. 200, 404, 400, etc)
-request.form may not work to access form info. We may have to access info using request.data or something else. Must test this.
-set up database interaction (wait on amulya to set up database first)
-add error checking once you obtain/check info against database
The text was updated successfully, but these errors were encountered:
-Do not return render_template() from endpoint; return JSON object (important: include status code. 200, 404, 400, etc)
-request.form may not work to access form info. We may have to access info using request.data or something else. Must test this.
-set up database interaction (wait on amulya to set up database first)
-add error checking once you obtain/check info against database
The text was updated successfully, but these errors were encountered: