Skip to content

Commit

Permalink
1213213
Browse files Browse the repository at this point in the history
  • Loading branch information
chourmovs committed Sep 5, 2024
1 parent 03b6557 commit 39e852b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ process.on('uncaughtException', (error) => {
const express = require('express');
const app = express();
const port = process.env.PORT || 3000;
const path = require('path');
app.use(express.static(path.join(__dirname, 'public')));
app.use(express.urlencoded({ extended: false }));

Expand Down

0 comments on commit 39e852b

Please sign in to comment.