鉴权接口

This commit is contained in:
北枳 2025-08-29 03:19:43 +08:00
parent 99b8c9b474
commit 99d351d897

View File

@ -252,7 +252,7 @@ export const getUserProfile = async (): Promise<any> => {
throw new Error('No token available');
}
const response = await fetch(`${API_BASE_URL}/java-auth/profile`, {
const response = await fetch(`${API_BASE_URL}/auth/profile`, {
method: 'GET',
headers: {
'Accept': 'application/json',