mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-26 17:48:30 +08:00
9 lines
155 B
JavaScript
Vendored
9 lines
155 B
JavaScript
Vendored
export default {
|
|
resource: "group",
|
|
|
|
map() {
|
|
this.route("reports", function () {
|
|
this.route("show", { path: "/:query_id" });
|
|
});
|
|
},
|
|
};
|