From aaf82facae6ee846cea6b6006325d3bc2f9c7def Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 16 Aug 2021 19:51:46 +0200 Subject: [PATCH] give link to swagger docs --- home.admin/config.scripts/blitz.web.api.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/blitz.web.api.sh b/home.admin/config.scripts/blitz.web.api.sh index 0d1b7b986..9320415e0 100755 --- a/home.admin/config.scripts/blitz.web.api.sh +++ b/home.admin/config.scripts/blitz.web.api.sh @@ -89,7 +89,7 @@ WantedBy=multi-user.target sudo ufw allow 11111 comment 'WebAPI Develop' # install info - echo "# the API should new be available under http://[LOCALHOST]/api and port 11111 for testing" + echo "# the API doc should now be available under http://[LOCALHOST]/api/docs or try port 11111 for testing" echo "# check for systemd: sudo systemctl status blitzapi" echo "# check for logs: sudo journalctl -f -u blitzapi"