From 6e78aad9176ea7961bfe58f06b2eed041882a39d Mon Sep 17 00:00:00 2001 From: Yi-Jyun Pan Date: Mon, 3 Feb 2025 12:55:35 +0800 Subject: [PATCH] feat(constant): Switch to new API endpoint --- pkg/constant/const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/constant/const.go b/pkg/constant/const.go index d749981..306987d 100644 --- a/pkg/constant/const.go +++ b/pkg/constant/const.go @@ -1,6 +1,6 @@ package constant const ( - ZeaburServerURL = "https://gateway.zeabur.com" - WebsocketURL = "wss://gateway.zeabur.com" + ZeaburServerURL = "https://api.zeabur.com" + WebsocketURL = "wss://api.zeabur.com" )