summaryrefslogtreecommitdiff
path: root/brand/router.go
diff options
context:
space:
mode:
Diffstat (limited to 'brand/router.go')
-rw-r--r--brand/router.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/brand/router.go b/brand/router.go
index b5522dc..5c9c7af 100644
--- a/brand/router.go
+++ b/brand/router.go
@@ -18,7 +18,7 @@
package brand
import (
- "github.com/MikunoNaka/OpenBills-server/auth"
+ "github.com/MikunoNaka/OpenBills-server/util"
"github.com/gin-gonic/gin"
"go.mongodb.org/mongo-driver/bson/primitive"
"log"
@@ -28,7 +28,7 @@ import (
func Routes(route *gin.Engine) {
b := route.Group("/brand")
- b.Use(auth.Authorize())
+ b.Use(util.Authorize())
{
b.GET("/all", func(ctx *gin.Context) {
// TODO: add functionality to filter results