Skip to content

Commit c1956b6

Browse files
committed
add redirect.html to app and update pacakges
1 parent 3b995b0 commit c1956b6

File tree

7 files changed

+27879
-186
lines changed

7 files changed

+27879
-186
lines changed

1-Authentication/1-sign-in/server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ app.get('/signout', (req, res) => {
4141
});
4242

4343
app.get('/redirect', (req, res) => {
44-
res.sendFile(path.join(__dirname + '/public/redirect.html'));
44+
res.sendFile(path.join(__dirname + '/App/redirect.html'));
4545
});
4646

4747
// Set up a route for index.html

0 commit comments

Comments
 (0)