fix: Guard error
Files
40+ 23
− 3
@@ -19,16 +20,20 @@ type GuardMiddleware struct {
@@ -36,7 +41,18 @@ func (g GuardMiddleware) Handle(next http.Handler) http.Handler {
@@ -66,6 +82,10 @@ func (g GuardMiddleware) Handle(next http.Handler) http.Handler {