We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e37136 commit c9bfe0aCopy full SHA for c9bfe0a
backend/routes.js
@@ -5,8 +5,7 @@ const path = require('path')
5
6
const router = express.Router();
7
8
-// const REDIRECT_URL = 'https://www.thebeerfeed.com/AuthRedirect';
9
-const REDIRECT_URL = 'http://localhost:3001/AuthRedirect';
+const REDIRECT_URL = 'https://www.thebeerfeed.com/AuthRedirect';
10
11
var feedCache = {};
12
0 commit comments