From 7992cb3c7ea67aaea92e6069bae808a30720b7e3 Mon Sep 17 00:00:00 2001 From: Christopher Mayor Date: Wed, 4 Mar 2026 15:48:50 -0800 Subject: [PATCH] fix: remove conflicting gitea page route --- gitea-routes.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gitea-routes.js b/gitea-routes.js index f29ad00..c11e696 100644 --- a/gitea-routes.js +++ b/gitea-routes.js @@ -16,10 +16,6 @@ function setupGiteaRoutes(app) { const gitea = new GiteaIntegration(giteaConfig); - // Gitea page route - redirect to main SPA with hash - app.get('/gitea', (req, res) => { - res.redirect('/#gitea'); - }); // Gitea API routes app.get('/api/gitea/swarm', async (req, res) => {