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

6 lines
91 B
Plaintext
Raw Normal View History

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