From 810759d9ff22a053dfaee46f3cbaff0b7f4a8a9d Mon Sep 17 00:00:00 2001 From: Brian Broll Date: Mon, 27 Jul 2020 15:14:45 -0500 Subject: [PATCH] Add InteractiveCompute to webgme-setup.json. Fixes #1810 --- webgme-setup.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/webgme-setup.json b/webgme-setup.json index 86836d6be..37b344388 100644 --- a/webgme-setup.json +++ b/webgme-setup.json @@ -369,6 +369,11 @@ "src": "src/routers/SciServerAuth", "test": "test/routers/SciServerAuth", "mount": "routers/SciServerAuth" + }, + "InteractiveCompute": { + "src": "src/routers/InteractiveCompute", + "test": "test/routers/InteractiveCompute", + "mount": "routers/InteractiveCompute" } } },