change getData file

This commit is contained in:
zhangxunhui 2023-02-03 14:16:09 +08:00
parent 016b69f5ed
commit c2a21b2780
1 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,5 @@ export const getUser = async (login)=>{
// author: zxh
export const getUser4Proj = async (login, projectsId)=>{
return (await axios.get(`/users/${login}/hovercard4proj.json?project_name=${projectsId}`)).data;
return (await axios.get(`/users/${login}/hovercard4proj.json?project_identifier=${projectsId}`)).data;
}