Skip to content

Commit

Permalink
Enable the new testVerifiedDomainRequest web API endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffyanta committed Dec 18, 2023
1 parent ae85cfa commit c52f381
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/code/server/web/paymentrequest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,12 +142,6 @@ func (s *Server) testVerifiedDomainRequestHandler(path string) func(w http.Respo

ctx := r.Context()

// Endpoint is disabled
if true {
w.WriteHeader(http.StatusNotFound)
return
}

if r.Method != http.MethodGet {
w.WriteHeader(http.StatusBadRequest)
return
Expand Down

0 comments on commit c52f381

Please sign in to comment.