We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6115d commit b77bb2cCopy full SHA for b77bb2c
Makefile
@@ -1,5 +1,5 @@
1
update-swagger:
2
- wget http://localhost:3000/-json -O - | jq '.' > ./static/swagger/openapi.json
+ wget http://admin:666@localhost:3000/-json -O - | jq '.' > ./static/swagger/openapi.json
3
git add ./static/swagger/openapi.json
4
5
changelog-from-plus:
0 commit comments