From 4b6366a7c7c73e55f7e70345e26597610f509802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20de=20Vasconcelos?= Date: Mon, 8 Jan 2024 16:07:39 +0000 Subject: [PATCH] Fix --- server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/index.js b/server/index.js index a8168f34..1a91fba8 100644 --- a/server/index.js +++ b/server/index.js @@ -7,7 +7,7 @@ const SERVERDB = require('./services/SERVERDB'); // DEBUG ENDPOINTS -fastify.get('/time', require('./endpoints/network/debug/time.endpoint').test); +fastify.get('/time', require('./endpoints/debug/time.endpoint').test); /* * */