-
-
Notifications
You must be signed in to change notification settings - Fork 130
Closed
Description
HI
I had a symfony app, so I added APIResource on entity. Now I API's are working perfectly. But Client generated app for react is always calling wrong API.
For example:
If I have a resource faq. It is supposed to call http://localhost:8000/api/faqs
but it's calling http://localhost:8000/faqs
.
In my entrypoint.js I have Base URL as http://localhost:8000/api
What's getting wrong there?
Thanks
Metadata
Metadata
Assignees
Labels
No labels