I am passing some data from angular to django rest api, Which is as follows first what django need in for api: what I am passing from angular now my issue is that I am not taking classname as input because It doesn’t make sense here so is there any other way by which I directly pass classname to api
Tag: angular
Somehow my Fask API returns me old values
In debug: I run ng serve on my angular project, make the request and receive the updated values In production I update de files of the API and the angular project, make the request and receive old data. If I open the API link in a new tab I get the updated values, even the files in the server are