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
{{ message }}
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
In the screenshot on the docs page, the controller method to go with the DELETE verb is shown as delete. However, with the latest preview version of AdonisJS (5.0.0-preview-rc-1.5) this method is named destroy and trying to use delete results in errors.
The docs:
My output:
The text was updated successfully, but these errors were encountered:
In the screenshot on the docs page, the controller method to go with the
DELETE
verb is shown asdelete
. However, with the latest preview version of AdonisJS (5.0.0-preview-rc-1.5) this method is nameddestroy
and trying to usedelete
results in errors.The docs:
My output:
The text was updated successfully, but these errors were encountered: