умнее чем:
r.Group(func(r chi.Router) {
r.Get(options.BaseURL+"/users/{id}", wrapper.GetUserById)
r.Get(options.BaseURL+"/openapi.json", func(w http.ResponseWriter, r *http.Request) {
http.ServeFile(w, r, "./openapi/openapi.json")
})
r.Get(options.BaseURL+"/docs", func(w http.ResponseWriter, r *http.Request) {
http.ServeFile(w, r, "./openapi/index.html")
})
})
Не придумал
А роутерам указать options.BaseURL нет возможности? 👀
Обсуждают сегодня