From 88882f547ea2935bd0810710ed2f8f035fc9fef7 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Thu, 2 Feb 2017 15:59:39 -0800 Subject: [PATCH] Change filepath for new location of notices. --- app/scripts/notice-controller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scripts/notice-controller.js b/app/scripts/notice-controller.js index 00c87c670..c3777b4b1 100644 --- a/app/scripts/notice-controller.js +++ b/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 {