del: 移除无用的mux路由函数

This commit is contained in:
TsMask
2024-05-17 10:51:27 +08:00
parent 371a244013
commit 8b64dfa10d
52 changed files with 9 additions and 9956 deletions

View File

@@ -5,6 +5,7 @@ import (
"strings"
)
// 已禁用由Gin部分接管
// Cors 跨域
func Cors(next http.Handler) http.Handler {
return http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {