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