Skip to content

Commit 691cdb6

Browse files
committed
**fix(api): update GitHub release URL and user agent for CLIProxyAPIPlus**
1 parent 8064cba commit 691cdb6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/api/handlers/management/config_basic.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919
)
2020

2121
const (
22-
latestReleaseURL = "https://api.github.com/repos/router-for-me/CLIProxyAPI/releases/latest"
23-
latestReleaseUserAgent = "CLIProxyAPI"
22+
latestReleaseURL = "https://api.github.com/repos/router-for-me/CLIProxyAPIPlus/releases/latest"
23+
latestReleaseUserAgent = "CLIProxyAPIPlus"
2424
)
2525

2626
func (h *Handler) GetConfig(c *gin.Context) {

0 commit comments

Comments
 (0)