mirror of
https://github.com/FJurmanovic/wallet-go-api.git
synced 2026-02-06 14:18:12 +00:00
register controller
This commit is contained in:
7
pkg/middleware/auth.go
Normal file
7
pkg/middleware/auth.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package middleware
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func Auth(c *gin.Context) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user