route
This commit is contained in:
parent
23cc8918b6
commit
e128adec9d
|
@ -5,4 +5,4 @@ DiscourseSolved::Engine.routes.draw do
|
||||||
post "/unaccept" => "answer#unaccept"
|
post "/unaccept" => "answer#unaccept"
|
||||||
end
|
end
|
||||||
|
|
||||||
Discourse::Application.routes.append { mount ::DiscourseSolved::Engine, at: "solution" }
|
Discourse::Application.routes.draw { mount ::DiscourseSolved::Engine, at: "solution" }
|
||||||
|
|
Loading…
Reference in New Issue