From d53271b68e3426d6a050e05a84276d6519b1f372 Mon Sep 17 00:00:00 2001 From: xnacly Date: Wed, 18 Aug 2021 13:57:23 +0200 Subject: added unittest setup + ping route test --- cdn/src/start.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cdn/src') 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; -- cgit 1.5.1