This commit is contained in:
白茶清欢 2024-07-23 21:53:00 +08:00
parent a1418c290c
commit 86cecc4eb7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ import (
) )
var ( var (
inputHttpHandleConfig *HttpHandleConfig inputHttpHandleConfig = &HttpHandleConfig{}
) )
// HttpHandleConfig 请求处理配置 // HttpHandleConfig 请求处理配置