diff --git a/server.js b/server.js index a0dcea0..6cea193 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 = '123'; +const GITEA_SECRET = "123"; // Serve static files from the 'public' directory app.use(express.static(path.join(__dirname, 'public')));