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" } } },