discourse/test/javascripts/fixtures/visits.js.es6
Joffrey JAFFEUX 7f2f3b8b22
FIX: improves reports resilience (#6239)
This commit makes most of the reports now lazy loaded, and making them benefits from graceful failures.
2018-08-06 16:57:40 -04:00

8 lines
99 B
JavaScript

export default {
"/admin/reports/visits": {
report: {
report_key: "posts"
}
}
};