DEV: Fix build by removing custom route that triggers error (#29131)

This commit is contained in:
Penar Musaraj 2024-10-08 13:27:43 -04:00 committed by GitHub
parent 60e2b72b7f
commit 59c3f2e5a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1607,8 +1607,6 @@ Discourse::Application.routes.draw do
constraints: HomePageConstraint.new("custom"),
as: "custom_index"
get "/custom" => "custom_homepage#index"
get "/user-api-key/new" => "user_api_keys#new"
post "/user-api-key" => "user_api_keys#create"
post "/user-api-key/revoke" => "user_api_keys#revoke"