FastAPI – using Jquery – AJAX – PUT method not working – Jquery ajax
Good day. I am learning FastAPI - and doing a very simple CRUD application - using Javascript in front-end and FastAPI as backend. All routes are working using the normal localhost/docs swagger docs. I am using jquery and AJAX in…