Skip to content

Commit 9393d03

Browse files
author
ml9951
committed
Change redirect URL for authentication
1 parent c3ab96e commit 9393d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const path = require('path')
55

66
const router = express.Router();
77

8-
const REDIRECT_URL = 'http://localhost:3001/AuthRedirect';
8+
const REDIRECT_URL = 'https://www.thebeerfeed.com/AuthRedirect';
99

1010
var feedCache = {};
1111

0 commit comments

Comments
 (0)