server log
This commit is contained in:
@@ -8,6 +8,7 @@ require('dotenv').config();
|
||||
const app = express();
|
||||
const PORT = process.env.PORT || 3000;
|
||||
const GITEA_SECRET = process.env.GITEA_SECRET;
|
||||
console.log('GITEA_SECRET:', process.env.GITEA_SECRET);
|
||||
|
||||
// Serve static files from the 'public' directory
|
||||
app.use(express.static(path.join(__dirname, 'public')));
|
||||
|
||||
Reference in New Issue
Block a user