Better use idiomatic middleware. You don’t need to use chi, you can use it just with http package or Gorilla mux.
1 Like
Better use idiomatic middleware. You don’t need to use chi, you can use it just with http package or Gorilla mux.