We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Toca enviar un "DELETE" a http://:/api/events/<id_evento>
Es decir para elimar el evento 2 seria: http://:/api/events/2
The text was updated successfully, but these errors were encountered:
Luis Esteban, los métodos solo deben quedar Post y Get?
Sorry, something went wrong.
Estuve mirando y el Delete no esta permitido solo GET, POST, HEAD, OPTIONS:
GET /api/events/ HTTP 200 OK Content-Type: application/json Vary: Accept Allow: GET, POST, HEAD, OPTIONS
Pero probaste haciendo DELETE? A mi sí me funciona.
le99
No branches or pull requests
Toca enviar un "DELETE" a
http://:/api/events/<id_evento>
Es decir para elimar el evento 2 seria:
http://:/api/events/2
The text was updated successfully, but these errors were encountered: