fix: remove conflicting gitea page route

This commit is contained in:
2026-03-04 15:48:50 -08:00
parent 0e5d31aefd
commit 7992cb3c7e

View File

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