Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
csznet committed Oct 5, 2023
1 parent 854d358 commit a73ecff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/vercel.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ func Vercel(w http.ResponseWriter, r *http.Request) {
conf.BotToken = os.Getenv("token")
conf.ChannelName = os.Getenv("channel")
conf.Pass = os.Getenv("pass")
conf.Pass = "110"
// 获取请求路径
path := r.URL.Path
// 如果请求路径以 "/img/" 开头
Expand Down

0 comments on commit a73ecff

Please sign in to comment.