فهرست منبع

comment middleware

abhishek9686 1 سال پیش
والد
کامیت
5033aef702
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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