Added /login to VITE_API_ENDPOINTS

This commit is contained in:
yangdx
2025-03-18 01:16:40 +08:00
parent 2856107f46
commit 1727130c47
3 changed files with 2 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import AppRouter from './AppRouter'
import "./i18n";
import './i18n';