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
Services trees examples article contains using examples with following code line: { name: 'removeOnePost', url: ':id', method: 'REMOVE' }
But is there method named REMOVE exist in the Fetch API?
Seems this is a typo and should be DELETE instead.
Services trees examples article contains using examples with following code line:
{ name: 'removeOnePost', url: ':id', method: 'REMOVE' }But is there method named
REMOVEexist in the Fetch API?Seems this is a typo and should be
DELETEinstead.