Fix: Update Railway URL to backend-cabai.up.railway.app

This commit is contained in:
flemss 2026-07-06 12:26:17 +07:00
parent 752505a055
commit ea773d1069
2 changed files with 2 additions and 2 deletions

View File

@ -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()

View File

@ -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()