We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78244a6 commit 692f529Copy full SHA for 692f529
1 file changed
05-Token-Renewal/server.js
@@ -7,4 +7,4 @@ app.use(cors());
7
app.use('/silent', staticFile(`${__dirname}/silent.html`));
8
9
app.listen(3001);
10
-console.log('Server listening on http://localhost:3001. The React app will be built and served at http://localhost:4200.');
+console.log('Server listening on http://localhost:3001. The React app will be built and served at http://localhost:3000.');
0 commit comments