mirror of
https://github.com/discourse/discourse.git
synced 2025-02-01 22:13:02 +08:00
0a5f548635
As part of this move, we are also renaming `discourse-chat` to `chat`.
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
export default {
|
|
resource: "admin.adminPlugins",
|
|
path: "/plugins",
|
|
map() {
|
|
this.route("chat");
|
|
},
|
|
};
|