discourse-chat-integration/assets/javascripts/admin/chat-route-map.js.es6

10 lines
188 B
Plaintext
Raw Normal View History

export default {
resource: "admin.adminPlugins",
path: "/plugins",
map() {
2020-09-04 07:23:28 -04:00
this.route("chat", function () {
this.route("provider", { path: "/:provider" });
});
2020-09-04 07:23:28 -04:00
},
};