Skip to content

Commit 692f529

Browse files
authored
Update server.js
1 parent 78244a6 commit 692f529

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

05-Token-Renewal/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ app.use(cors());
77
app.use('/silent', staticFile(`${__dirname}/silent.html`));
88

99
app.listen(3001);
10-
console.log('Server listening on http://localhost:3001. The React app will be built and served at http://localhost:4200.');
10+
console.log('Server listening on http://localhost:3001. The React app will be built and served at http://localhost:3000.');

0 commit comments

Comments
 (0)