PromucFlow_constructor/app/server/api/middleware
Arpit Mohan 49b7051cea Moving the method comparison in gorilla mux to the end and not in the chain
This allows mux to compare and match the requests based on the HTTP method as well. If we compare the methods in the middleware chain, then mux will try to redirect the request to the first match it finds.
2019-03-16 17:05:20 +05:30
..
middleware.go Moving the method comparison in gorilla mux to the end and not in the chain 2019-03-16 17:05:20 +05:30