Change filepath for new location of notices.

feature/default_network_editable
Kevin Serrano 8 years ago
parent afb60b9061
commit 88882f547e
No known key found for this signature in database
GPG Key ID: 7CC862A58D2889B4
  1. 2
      app/scripts/notice-controller.js

@ -1,5 +1,5 @@
const EventEmitter = require('events').EventEmitter
const hardCodedNotices = require('../../development/notices.json')
const hardCodedNotices = require('../../notices/notices.json')
module.exports = class NoticeController extends EventEmitter {

Loading…
Cancel
Save