mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 01:56:58 +08:00

This commit makes most of the reports now lazy loaded, and making them benefits from graceful failures.
8 lines
98 B
JavaScript
8 lines
98 B
JavaScript
export default {
|
|
"/admin/reports/flags": {
|
|
report: {
|
|
report_key: "flags"
|
|
}
|
|
}
|
|
};
|