aboutsummaryrefslogtreecommitdiffstats
path: root/src/api/server/ServerApi.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/server/ServerApi.js')
-rw-r--r--src/api/server/ServerApi.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/server/ServerApi.js b/src/api/server/ServerApi.js
index d83c6e15b..3d973e586 100644
--- a/src/api/server/ServerApi.js
+++ b/src/api/server/ServerApi.js
@@ -28,7 +28,7 @@ import {
28 removeServicePartitionDirectory, 28 removeServicePartitionDirectory,
29} from '../../helpers/service-helpers.js'; 29} from '../../helpers/service-helpers.js';
30 30
31const debug = require('debug')('Franz:ServerApi'); 31const debug = require('debug')('Ferdi:ServerApi');
32 32
33module.paths.unshift( 33module.paths.unshift(
34 getDevRecipeDirectory(), 34 getDevRecipeDirectory(),