ServiceComposer / ServiceComposer.AspNetCore

🧩 ServiceComposer, a ViewModel Composition API Gateway
https://milestone.topics.it/categories/view-model-composition
Apache License 2.0
73 stars 11 forks source link

Make write support enabled by default #659

Closed mauroservienti closed 4 months ago

mauroservienti commented 4 months ago

Write support is now enabled by default, and ServiceComposer will handle all supported HTTP request methods.

Fix #493

PoA