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
How do I override methods or add additional methods ? How do I have the routes generated by the module in a seperate routes directory? Because the module automatically generates "api/v1" and putting it in a seperate folder will require me to do "app.use('', someRoutes)"; if i do this I cant handle other resources i might need.
The text was updated successfully, but these errors were encountered:
How do I override methods or add additional methods ? How do I have the routes generated by the module in a seperate routes directory? Because the module automatically generates "api/v1" and putting it in a seperate folder will require me to do "app.use('', someRoutes)"; if i do this I cant handle other resources i might need.
The text was updated successfully, but these errors were encountered: