Skip to content

Commit

Permalink
Merge pull request #2 from Arkshine/master
Browse files Browse the repository at this point in the history
Import DiscourseRoute rather than Discourse.Route (#1)
  • Loading branch information
joebuhlig committed May 21, 2020
2 parents b01455b + 14518b9 commit 72612c1
Showing 1 changed file with 3 additions and 1 deletion.
@@ -1,4 +1,6 @@
export default Discourse.Route.extend({
import DiscourseRoute from "discourse/routes/discourse";

export default DiscourseRoute.extend({
model() {
return {"plugin_url": ""};
},
Expand Down

0 comments on commit 72612c1

Please sign in to comment.