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
#31 adds HTTP API docs through swagger. The swagger.yaml is still very uncomplete and should be completed soon.
Note: Dont edit the swagger.json, but the swagger.yaml file and recreate the swagger.json file with npm run build:swagger before commit. Server has to be restarted after that command to see changes at http://localhost:9191/api-docs.
The text was updated successfully, but these errors were encountered:
#31 adds HTTP API docs through swagger. The swagger.yaml is still very uncomplete and should be completed soon.
Note: Dont edit the swagger.json, but the swagger.yaml file and recreate the swagger.json file with
npm run build:swagger
before commit. Server has to be restarted after that command to see changes at http://localhost:9191/api-docs.The text was updated successfully, but these errors were encountered: