diff --git a/server.js b/server.js index f8979e9..30a4d59 100644 --- a/server.js +++ b/server.js @@ -7,7 +7,7 @@ require('dotenv').config(); const app = express(); const PORT = process.env.PORT || 3000; -const GITEA_SECRET = process.env.GITEA_SECRET; +const GITEA_SECRET = "123" // Serve static files from the 'public' directory app.use(express.static(path.join(__dirname, 'public')));