We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8064cba commit 691cdb6Copy full SHA for 691cdb6
internal/api/handlers/management/config_basic.go
@@ -19,8 +19,8 @@ import (
19
)
20
21
const (
22
- latestReleaseURL = "https://api.github.com/repos/router-for-me/CLIProxyAPI/releases/latest"
23
- latestReleaseUserAgent = "CLIProxyAPI"
+ latestReleaseURL = "https://api.github.com/repos/router-for-me/CLIProxyAPIPlus/releases/latest"
+ latestReleaseUserAgent = "CLIProxyAPIPlus"
24
25
26
func (h *Handler) GetConfig(c *gin.Context) {
0 commit comments