Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 0 additions & 104 deletions list_api.go

This file was deleted.

136 changes: 0 additions & 136 deletions list_api_test.go

This file was deleted.

3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ func registerHandlers(api *API, mux *http.ServeMux) http.Handler {
throttleHandler(time.Hour, 3, http.HandlerFunc(apiWrapper(api.Queue))))
mux.HandleFunc("/api/validate", apiWrapper(api.Validate))
mux.HandleFunc("/api/ping", pingHandler)
mux.HandleFunc("/auth/list", apiWrapper(api.GetList))
mux.HandleFunc("/auth/fail", apiWrapper(api.FailDomain))
mux.HandleFunc("/auth/promote", apiWrapper(api.PromoteListedDomains))

return middleware(mux)
}
Expand Down