Fix: Update Railway URL to backend-cabai.up.railway.app
This commit is contained in:
parent
752505a055
commit
ea773d1069
|
|
@ -3,7 +3,7 @@ import { useNavigate, Link } from 'react-router-dom'
|
|||
import { Leaf, Mail, Lock, Eye, EyeOff } from 'lucide-react'
|
||||
|
||||
// API URL - Backend Railway
|
||||
const API_URL = 'https://web-production-32384.up.railway.app/api'
|
||||
const API_URL = 'https://backend-cabai.up.railway.app/api'
|
||||
|
||||
export default function Login() {
|
||||
const navigate = useNavigate()
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import { useNavigate, Link } from 'react-router-dom'
|
|||
import { Leaf, Mail, Lock, User, Eye, EyeOff } from 'lucide-react'
|
||||
|
||||
// API URL - Backend Railway
|
||||
const API_URL = 'https://web-production-32384.up.railway.app/api'
|
||||
const API_URL = 'https://backend-cabai.up.railway.app/api'
|
||||
|
||||
export default function Register() {
|
||||
const navigate = useNavigate()
|
||||
|
|
|
|||
Loading…
Reference in New Issue