Explorar o código

comment middleware

abhishek9686 hai 1 ano
pai
achega
5033aef702
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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