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"