From ad6211c34eb3066c009fb828e278b58a0707f293 Mon Sep 17 00:00:00 2001 From: Andre Wohnsland <50302161+AndreWohnsland@users.noreply.github.com> Date: Tue, 3 Sep 2024 21:19:29 +0200 Subject: [PATCH] Adjust api endpoint url --- scripts/all_in_one.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/all_in_one.sh b/scripts/all_in_one.sh index 3dd8bb0b..70f8c382 100644 --- a/scripts/all_in_one.sh +++ b/scripts/all_in_one.sh @@ -110,7 +110,7 @@ bash scripts/setup.sh echo ~ "Register successful installation: ~" OS_INFO=$(sed -nr 's/^PRETTY_NAME="(.+)"/\1/p' /etc/os-release) -curl -X 'POST' 'https://cocktailberryapi-1-u0613408.deta.app/public/installation' -H 'accept: application/json' -H 'Content-Type: application/json' -d '{"os_version": "'"$OS_INFO"'"}' +curl -X 'POST' 'http://130.162.32.10:8000/api/v1/public/installation' -H 'accept: application/json' -H 'Content-Type: application/json' -d '{"os_version": "'"$OS_INFO"'"}' echo "" echo "~ Everything should be set now! Have fun with CocktailBerry :) ~"