**fix(api): update GitHub release URL and user agent for CLIProxyAPIPlus**

This commit is contained in:
Luis Pater
2025-12-05 10:32:28 +08:00
parent 8064cba288
commit 691cdb6bdf

View File

@@ -19,8 +19,8 @@ import (
)
const (
latestReleaseURL = "https://api.github.com/repos/router-for-me/CLIProxyAPI/releases/latest"
latestReleaseUserAgent = "CLIProxyAPI"
latestReleaseURL = "https://api.github.com/repos/router-for-me/CLIProxyAPIPlus/releases/latest"
latestReleaseUserAgent = "CLIProxyAPIPlus"
)
func (h *Handler) GetConfig(c *gin.Context) {