« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/web-routes.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/web-routes.js')
-rw-r--r--src/web-routes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web-routes.js b/src/web-routes.js
index 762b26c3..b93607d6 100644
--- a/src/web-routes.js
+++ b/src/web-routes.js
@@ -34,7 +34,7 @@ export const stationaryCodeRoutes = [
   },
 
   {
-    from: path.join(codeSrcPath, 'util'),
+    from: path.join(codeSrcPath, 'common-util'),
     to: ['staticSharedUtil.root'],
     statically: 'copy',
   },