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) => {