ejs
ejs copied to clipboard
PUT method
PUT method is not working in my form
I am having a form that hits an API with a PUT method but it doesnot work unless I change the method to POST.
<form action="/api/settings" method="POST">
{html form fields}
</form>