Skip to content

Commit

Permalink
commited
Browse files Browse the repository at this point in the history
  • Loading branch information
huziibee committed Jan 8, 2024
1 parent cb59542 commit 5b8adee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ const cors = require('cors');
const path = require('path')
const history = require('connect-history-api-fallback');


const app = express();
const port = 3009;
app.use(express.static(path.resolve(__dirname, './AWS-APP'), { maxAge : '1y', etag: false}));
Expand Down

0 comments on commit 5b8adee

Please sign in to comment.