Skip to content

Commit

Permalink
vercel change flag
Browse files Browse the repository at this point in the history
  • Loading branch information
csznet committed Nov 22, 2023
1 parent a732959 commit ce23cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/vercel.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

func Vercel(w http.ResponseWriter, r *http.Request) {
conf.BotToken = os.Getenv("token")
conf.ChannelName = os.Getenv("channel")
conf.ChannelName = os.Getenv("target")
conf.Pass = os.Getenv("pass")
conf.Mode = os.Getenv("mode")
// 获取请求路径
Expand Down

0 comments on commit ce23cbd

Please sign in to comment.