update dependencies
This commit is contained in:
parent
09eeccd1e8
commit
8be7e5c197
9 changed files with 252 additions and 385 deletions
|
|
@ -78,7 +78,7 @@ func New(enableCORS bool) (*chi.Mux, error) {
|
|||
r.Mount("/api", appAPI.Router())
|
||||
})
|
||||
|
||||
r.Get("/ping", func(w http.ResponseWriter, r *http.Request) {
|
||||
r.Get("/ping", func(w http.ResponseWriter, _ *http.Request) {
|
||||
w.Write([]byte("pong"))
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue