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