discourse/test/javascripts/fixtures/problems.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
91 B
JavaScript
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
}
};