PUT request with edge #1293
Answered
by
thetutlage
subhamcodes
asked this question in
Help
-
I want to submit a PUT request but the browser returns E_ROUTE_NOT_FOUND: Cannot POST:/posts/1
In the routes.js i have the following code
|
Beta Was this translation helpful? Give feedback.
Answered by
thetutlage
Jul 21, 2020
Replies: 2 comments 2 replies
-
Set your form method to |
Beta Was this translation helpful? Give feedback.
1 reply
-
You need to enable form method spoofing inside config/app.ts file |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
RomainLanz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to enable form method spoofing inside config/app.ts file