Skip to content

Commit

Permalink
remove /directory for now
Browse files Browse the repository at this point in the history
  • Loading branch information
chappjc committed Aug 27, 2017
1 parent 5fad9c7 commit bfd2a0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apirouter.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,8 @@ func newAPIRouter(app *appContext, userRealIP bool) apiMux {
// return
// }

mux.With(apiDocs(mux)).HandleFunc("/directory", APIDirectory)
// mux.HandleFunc("/directory", APIDirectory)
// mux.With(apiDocs(mux)).HandleFunc("/directory", APIDirectory)

var listRoutePatterns func(routes []chi.Route) []string
listRoutePatterns = func(routes []chi.Route) []string {
Expand Down

0 comments on commit bfd2a0b

Please sign in to comment.