“detail”: “Not Found” Error With Python Django REST API
Im having an issue with a Python Django REST API i’ve built that manages the file upload and retreival from and to a Google Cloud SQL DB. I am not exactly sure whats causing the error but whene i run it runs fine at successfully connects to the Database and connects at http://127.0.0.1:8000/ but whenever i test a end point for example http://127.0.0.1:8000/upload it returns a 404
{ "detail": "Not Found" }