From b1ca3a8210f32763e3897e05518c88848c8eec1a Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Mon, 15 Sep 2025 16:07:27 +0200 Subject: [PATCH] =?UTF-8?q?fix(api):=20=F0=9F=8C=90=20Update=20platform=20?= =?UTF-8?q?API=20endpoints?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates API endpoints from mc.orca.platform to hub.apps.edge.platform domain for: - Login authentication - App creation - App instance creation This change aligns the workflow with the new platform infrastructure while maintaining existing functionality. --- .forgejo/workflows/createapp.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.forgejo/workflows/createapp.yaml b/.forgejo/workflows/createapp.yaml index e43f89c..52dbab8 100644 --- a/.forgejo/workflows/createapp.yaml +++ b/.forgejo/workflows/createapp.yaml @@ -69,7 +69,7 @@ jobs: run: | set -e echo login - EDGEXR_TOKEN="$(curl -X POST https://mc.orca.platform.mg3.mdb.osc.live/api/v1/login -H 'Content-Type: application/json' --data '{"password": "'${EDGEXR_PLATFORM_PASSWORD}'","username": "'${EDGEXR_PLATFORM_USERNAME}'"}' -sSf | jq -r .token)" + EDGEXR_TOKEN="$(curl -X POST https://hub.apps.edge.platform.mg3.mdb.osc.live/api/v1/login -H 'Content-Type: application/json' --data '{"password": "'${EDGEXR_PLATFORM_PASSWORD}'","username": "'${EDGEXR_PLATFORM_USERNAME}'"}' -sSf | jq -r .token)" CREATEAPP_JSON=$(cat <