This commit is contained in:
vipg
2025-10-10 16:48:04 +08:00
parent 7c93222bd3
commit e777e506ea
8 changed files with 13 additions and 152 deletions

View File

@@ -104,6 +104,9 @@ func reverseProxy(target string) gin.HandlerFunc {
}
func main() {
gin.SetMode(gin.ReleaseMode)
r := gin.Default()
// 注册日志中间件