aboutsummaryrefslogtreecommitdiff
path: root/api/routes
diff options
context:
space:
mode:
Diffstat (limited to 'api/routes')
-rw-r--r--api/routes/default/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/routes/default/index.js b/api/routes/default/index.js
index f207b89..9de5cfb 100644
--- a/api/routes/default/index.js
+++ b/api/routes/default/index.js
@@ -5,6 +5,8 @@ module.exports = (req, res) => {
res.writeHead(404, { 'Content-Type': 'application/json'});
res.end(JSON.stringify({
message:"Hello! Welcome to Arching Kaos API! See available routes below!",
+ version:"0.0.0",
+
routes:{
GET:[
{welcome:settings.DEF_PROTO+"["+settings.LOCAL_IP+"]:"+settings.PORT+"/"},