mirror of
https://github.com/discourse/discourse.git
synced 2024-11-21 16:38:15 -06:00
DEV: Fix build by removing custom route that triggers error (#29131)
This commit is contained in:
parent
60e2b72b7f
commit
59c3f2e5a2
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user