Skip to content

Commit

Permalink
[*] Upate baseurl to get config
Browse files Browse the repository at this point in the history
  • Loading branch information
Daiyangcheng committed May 1, 2024
1 parent 3f4d4ef commit 1a15264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/frpc/sub/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ var rootCmd = &cobra.Command{
return nil
}

s, err := api.NewService("https://www.locyanfrp.cn/api/")
s, err := api.NewService("https://lcf-frps-api.locyanfrp.cn/api/")
if err != nil {
log.Warn("Initialize API Service Failed, err: %s", err)
}
Expand Down

0 comments on commit 1a15264

Please sign in to comment.