Wow, thanks for all the tips, folks!
Tried the Postman trick and realized my endpoint *was* misconfigured—fixed it by adding `methods=['POST']` in Flask (shoutout to whoever mentioned that!).
Still getting a 405 on one route though. Could it be a CORS thing? I’ll check the MDN docs.
Y’all are lifesavers!
Tried the Postman trick and realized my endpoint *was* misconfigured—fixed it by adding `methods=['POST']` in Flask (shoutout to whoever mentioned that!).
Still getting a 405 on one route though. Could it be a CORS thing? I’ll check the MDN docs.
Y’all are lifesavers!
