Browse Source

comment middleware

abhishek9686 1 năm trước cách đây
mục cha
commit
5033aef702
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      controllers/controller.go

+ 1 - 1
controllers/controller.go

@@ -18,7 +18,7 @@ import (
 
 // HttpMiddlewares - middleware functions for REST interactions
 var HttpMiddlewares = []mux.MiddlewareFunc{
-	userMiddleWare,
+	//userMiddleWare,
 }
 
 // HttpHandlers - handler functions for REST interactions