discourse/test/javascripts/fixtures/problems.js.es6

6 lines
91 B
Plaintext
Raw Normal View History

2018-05-14 13:41:19 +08:00
export default {
2018-05-14 13:46:58 +08:00
"/admin/dashboard/problems.json": {
problems: ["Houston..."]
2018-05-14 13:41:19 +08:00
}
};