From 023c062f3d677dfa2195c8cfeb33dfb68107dbfd Mon Sep 17 00:00:00 2001 From: Russell2259 <84256826+Russell2259@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:58:53 -0700 Subject: [PATCH] changelog route --- server/api.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/server/api.js b/server/api.js index a264f48..e24580f 100644 --- a/server/api.js +++ b/server/api.js @@ -8,7 +8,9 @@ const __dirname = url.fileURLToPath(new URL('.', import.meta.url)); * @param {import('express').Express} app */ const routes = (app) => { - app.get('/api/changelog') + /*app.get('/api/changelog', async (req, res) => { + + });*/ app.get('/api/favicon', async (req, res) => { try {