Sindbad~EG File Manager

Current Path : /home/infinitibizsol/.trash/
Upload File :
Current File : /home/infinitibizsol/.trash/app.js.5

// const express = require("express");
const express=require('express');
const app = express();
const PORT = process.env.PORT || 3000;

// Define a single route
app.get("/", (req, res) => {
  res.send("Hello, World!");
});

// Start the server
app.listen(PORT, () => {
  console.log(`Server is running on http://localhost:${PORT}`);
});

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists