summaryrefslogtreecommitdiff
path: root/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'config.js')
-rw-r--r--config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.js b/config.js
index 5c5c394..c53fcaf 100644
--- a/config.js
+++ b/config.js
@@ -21,4 +21,5 @@ exports.session_secret = 'Very safe. Much secret. Wow.';
/**
* Path to the static files of the frontend.
*/
-exports.frontend_path = '../RVS-frontend';
+exports.frontend_path = '../RVS-frontend/app';
+exports.node_modules_path = '../RVS-frontend/node_modules';