From e79501340c9516a4cab055123a3c6d614731b5eb Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Mon, 23 Jul 2018 16:05:26 +0100 Subject: [PATCH] fix router issue where ClsiCookieManager isn't calling a function to set the backend --- services/web/app/coffee/router.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/coffee/router.coffee b/services/web/app/coffee/router.coffee index 72a0ddebc4..d3548d1ae1 100644 --- a/services/web/app/coffee/router.coffee +++ b/services/web/app/coffee/router.coffee @@ -22,7 +22,7 @@ UserPagesController = require('./Features/User/UserPagesController') DocumentController = require('./Features/Documents/DocumentController') CompileManager = require("./Features/Compile/CompileManager") CompileController = require("./Features/Compile/CompileController") -ClsiCookieManager = require("./Features/Compile/ClsiCookieManager") +ClsiCookieManager = require("./Features/Compile/ClsiCookieManager")() HealthCheckController = require("./Features/HealthCheck/HealthCheckController") ProjectDownloadsController = require "./Features/Downloads/ProjectDownloadsController" FileStoreController = require("./Features/FileStore/FileStoreController")