Skip to content

Commit c9bfe0a

Browse files
author
ml9951
committed
Switch back to production redirect URL
1 parent 9e37136 commit c9bfe0a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

backend/routes.js

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

66
const router = express.Router();
77

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

1110
var feedCache = {};
1211

0 commit comments

Comments
 (0)