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 Apr 11, 2018. It is now read-only.
Sorry for my dummy question, I'm a FE developer just I need to mock my backend for a while, and I choosed swagger-server but that body validation makes my mocking so difficult :(
That's a great idea! Currently, Swagger Server abstracts the middleware away, so there's no way for you to directly access it. But I like the idea of providing a way to turn middleware on/off, edit its settings, etc.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can I scitch off the data validation for a path, or globally?
Actually, even if I override a post, the body validation is still happaning, and I would like to override post to avoid body validation.
The text was updated successfully, but these errors were encountered: