TexteaInc / funix

Building web apps without manually creating widgets
http://funix.io
MIT License
90 stars 10 forks source link

Backend form check #10

Open TURX opened 2 years ago

TURX commented 2 years ago

Now we return 500 for most failed calls even if it is a form issue (e.g., missing fields, impossible values). We should check if the form is acceptable before we process it on the backend.