This commit is contained in:
aozhiwei 2024-04-27 09:49:57 +08:00
parent deb34b460e
commit ceb6cead8c

View File

@ -2,9 +2,7 @@ package middleware
import (
"github.com/gin-gonic/gin"
"f5"
)
func CaForward(c *gin.Context) {
f5.GetSysLog().Info("CaForward")
}