diff --git a/ct/shlink.sh b/ct/shlink.sh index f55ac724..8cfdc7ed 100644 --- a/ct/shlink.sh +++ b/ct/shlink.sh @@ -79,6 +79,7 @@ description msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" -echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}" +echo -e "${INFO}${YW} Access Shlink Web Client using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:3000${CL}" +echo -e "${INFO}${YW} Shlink HTTP API:${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080${CL}"