Skip to content

Commit

Permalink
feat(constant): Switch to new API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Feb 3, 2025
1 parent 0e02097 commit 6e78aad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/constant/const.go
Original file line number Diff line number Diff line change
@@ -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"
)

0 comments on commit 6e78aad

Please sign in to comment.