From a73ecffe9342e4102d13a3969dd782962c4f93f5 Mon Sep 17 00:00:00 2001 From: yimi Date: Thu, 5 Oct 2023 10:55:13 +0800 Subject: [PATCH] debug --- api/vercel.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/vercel.go b/api/vercel.go index fa996ba..e15f291 100644 --- a/api/vercel.go +++ b/api/vercel.go @@ -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/" 开头