You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the create route, it says POST http://my.api.url/${resource}/${id} but it should POST http://my.api.url/${resource} as you wouldn't have the ID-- and the actual code backs this up:
The text was updated successfully, but these errors were encountered:
In the create route, it says
POST http://my.api.url/${resource}/${id}
but it shouldPOST http://my.api.url/${resource}
as you wouldn't have the ID-- and the actual code backs this up:The text was updated successfully, but these errors were encountered: