I actually mean,
- Minimally create a backend
- Expose overly powerful / dangerous API endpoints in development
- Move functions from frontend to backend
- Drop potentially dangerous API endpoints in production
I actually mean,
For further actions, you may consider blocking this person and/or reporting abuse
Oldest comments (2)
Not all websites require an API, but if you need one you have to make one. Also your question is vague.
Search "mocking API calls in [front end]". I see there are lots of good results for Vue.