summary refs log tree commit diff
path: root/cdn/src/start.ts
diff options
context:
space:
mode:
authorxnacly <matteogropp@protonmail.com>2021-08-18 13:57:23 +0200
committerxnacly <matteogropp@protonmail.com>2021-08-18 13:57:23 +0200
commitd53271b68e3426d6a050e05a84276d6519b1f372 (patch)
tree7b5ae202c16a18fc967cd0fd3ee135bd6325c46c /cdn/src/start.ts
parent:bug: fix #267 (diff)
downloadserver-d53271b68e3426d6a050e05a84276d6519b1f372.tar.xz
added unittest setup + ping route test
Diffstat (limited to 'cdn/src/start.ts')
-rw-r--r--cdn/src/start.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/cdn/src/start.ts b/cdn/src/start.ts
index 57c9f704..35a68265 100644
--- a/cdn/src/start.ts
+++ b/cdn/src/start.ts
@@ -25,3 +25,5 @@ server
 		console.log("[Server] started on :" + server.options.port);
 	})
 	.catch((e) => console.error("[Server] Error starting: ", e));
+
+module.exports = server;