Wappler Version: 6.0.3 - Beta channel
Operating System: Windows 11
Server Model: node
Database Type: postgres
Hosting Type: docker
Expected behavior
The API action should send the DELETE method when set to delete

Actual behavior
When using the Beta channel the only method sent is GET. Setting POST, PATCH, PUT, or DELETE in the API action does not appropriately change the method. So anyone using Beta channel will not be able to use API actions for anything other than GET actions at the moment.
How to reproduce
- Create an API action when using Beta channel and set mode to DELETE.
- Trigger it and view the method sent in browser developer console.
