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 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
}
};