Selaa lähdekoodia

comment middleware

abhishek9686 1 vuosi sitten
vanhempi
commit
5033aef702
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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