Remove unnecessary static folder serving
This commit is contained in:
parent
56fc759099
commit
8ccd9d91f9
1 changed files with 0 additions and 2 deletions
|
@ -18,8 +18,6 @@ dotenv.config(
|
|||
const app = express();
|
||||
const port = process.env.PORT || 80; // default port to listen
|
||||
|
||||
app.use(express.static('public'));
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.send('Excalidraw backend is up :)');
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue