From 8e991425370fc0840e9ce2f468f3d4580c7ace6b Mon Sep 17 00:00:00 2001 From: Jessica Lawshe Date: Wed, 19 Sep 2018 18:45:34 -0500 Subject: [PATCH] Add main CMS controller Main is in index now, and blog controller moved to separate file --- services/web/public/coffee/main.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/services/web/public/coffee/main.coffee b/services/web/public/coffee/main.coffee index 49b211b0aa..8d6c6d2b26 100644 --- a/services/web/public/coffee/main.coffee +++ b/services/web/public/coffee/main.coffee @@ -24,6 +24,7 @@ define [ "main/affiliations/controllers/UserAffiliationsController" "main/affiliations/factories/UserAffiliationsDataService" "main/keys" + "main/cms/blog" "main/cms/index" "analytics/AbTestingManager" "directives/asyncForm"