Tech C**P
@technical_notes
15
subscribers
161
photos
9
videos
59
files
304
links
مدرس و برنامه نویس پایتون و لینوکس
@alirezastack
Download Telegram
Join
Tech C**P
15 subscribers
Tech C**P
https://github.com/gorilla/mux/issues/360
#golang
#gorilla
#mux
#middleware
#github
GitHub
Disable
middleware
for some api · Issue #360 · gorilla/mux
Hi, I need to deactivate
middleware
in some api. For example, I need to disable the auth user registry and use auth for other operations after the registry. But in mux using r.Use (), all routers r...