aboutsummaryrefslogtreecommitdiff
path: root/api/index.js
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-03-31 13:54:51 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-03-31 13:54:51 +0300
commit25cabe789a20e39e666dc56348cb32d0d1714dbd (patch)
tree2083ea8a31ab9753043e31b860498f41e5d066bc /api/index.js
parente4f18be94261b39544ef3bc50321f6aedeb45bd6 (diff)
downloadarching-kaos-tools-25cabe789a20e39e666dc56348cb32d0d1714dbd.tar.gz
arching-kaos-tools-25cabe789a20e39e666dc56348cb32d0d1714dbd.tar.bz2
arching-kaos-tools-25cabe789a20e39e666dc56348cb32d0d1714dbd.zip
yeap, broke api for starters
Diffstat (limited to 'api/index.js')
-rwxr-xr-xapi/index.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/index.js b/api/index.js
index 5fefe9f..76431eb 100755
--- a/api/index.js
+++ b/api/index.js
@@ -7,12 +7,12 @@
*/
const config = require('./config');
-const akLogThis = require('./lib/akLogThis');
+const akLogMessage = require('./lib/akLogMessage');
const DEFAULT_PORT = 8610;
const PORT = config.port || DEFAULT_PORT;
-akLogThis("INFO", "Daemon started")
+akLogMessage("INFO", "Daemon started")
/*
* Split the prefix of each API call in segments for better management
*