Skip to content

Commit

Permalink
Fix issue #387:Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
LaraMerdol committed Oct 13, 2023
1 parent 7af6a99 commit eeddabb
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 @@ -16,7 +16,7 @@ app.use(compression());
const appPath = '/dist/ng-visuall';
app.use(express.static(__dirname + appPath));

const port = process.env.PORT || 4500;
const port = process.env.PORT || 4200;
app.listen(port);

app.get('/urlquery/*', function (req, res) {
Expand Down

0 comments on commit eeddabb

Please sign in to comment.