swapped to a new db locally hosted
This commit is contained in:
@@ -13,7 +13,7 @@ const Login = () => {
|
||||
}, [navigate]);
|
||||
|
||||
const handleLogin = () => {
|
||||
const API_BASE = process.env.REACT_APP_API_BASE || 'http://localhost:3002';
|
||||
const API_BASE = process.env.REACT_APP_API_BASE || '';
|
||||
window.location.href = `${API_BASE}/auth/discord`;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user