Skip to content

Commit

Permalink
fix: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mevain authored and vr009 committed Sep 30, 2024
1 parent d1d59d4 commit ebc2d2b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ func main() {
r.NotFoundHandler = http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
http.Error(w, "Not Found", http.StatusNotFound)
})
// для каждой логической сущности из pkg свой саброутер
// healthcheck := r.PathPrefix("").Subrouter()
r.HandleFunc("/healthcheck", app.healthcheckHandler).Methods(http.MethodGet)

srv := &http.Server{
Expand Down

0 comments on commit ebc2d2b

Please sign in to comment.