Skip to content

Commit

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

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

0 comments on commit cb59542

Please sign in to comment.