SaturnFramework / Saturn

Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
https://saturnframework.org
MIT License
703 stars 108 forks source link

Added unit test for deletef request #360

Closed OnofreTZK closed 1 year ago

OnofreTZK commented 1 year ago

Description

With this PR I'm adding more test scenarios for the router feature. The endpoint that was added to cover the following HTTP verbs:

Let me know if you guys have any suggestions.

64J0 commented 1 year ago

Nice! 🚀

64J0 commented 1 year ago

361 must fix the GitHub Actions problem ^

cartermp commented 1 year ago

Thanks all