From fb8f2b0405d1217bb4845f95bae1a1a9e7e7d583 Mon Sep 17 00:00:00 2001 From: Cailean Finn Date: Tue, 18 Jun 2024 21:30:24 +0100 Subject: [PATCH] 123 --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index aa4db8d..bd806a1 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')));