2
0
abhishek9686 1 жил өмнө
parent
commit
5033aef702

+ 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