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
The openapi docs is currently inline and its a little bit hard to read the routes file and know what exactly are the routes available because the openpi docs is so big.
For readability move it to its own file rather than inline.
TODO: point to openapi.yaml / json
apis: [path.resolve(__dirname, '../routes/*.js')], // files containing annotations as above
The openapi docs is currently inline and its a little bit hard to read the routes file and know what exactly are the routes available because the openpi docs is so big.
For readability move it to its own file rather than inline.
TODO: point to openapi.yaml / json
https://github.com/NexusMutual/cover-router/blob/master/src/lib/swagger.js
The text was updated successfully, but these errors were encountered: