This commit is contained in:
Nat 2025-03-19 13:23:06 +08:00
parent 23cc8918b6
commit e128adec9d
No known key found for this signature in database
GPG Key ID: 4938B35D927EC773
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ DiscourseSolved::Engine.routes.draw do
post "/unaccept" => "answer#unaccept"
end
Discourse::Application.routes.append { mount ::DiscourseSolved::Engine, at: "solution" }
Discourse::Application.routes.draw { mount ::DiscourseSolved::Engine, at: "solution" }