test using graceful shutdown with context

This commit is contained in:
2023-03-29 16:11:51 +11:00
parent 66983fa59d
commit ed557499ee

View File

@@ -18,4 +18,5 @@ func JwtAuthMiddleware() gin.HandlerFunc {
} }
c.Next() c.Next()
} }
} }