Skip to content

Commit

Permalink
fix(api/qgis): fetchWorkspace
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisGray0626 committed Jul 23, 2024
1 parent 801eb7d commit b675d07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/qgis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const axiosInstance = createAxiosInstance(axiosConfig);
/**
* 获取工作空间
*/
export function fetchWorkspace() {
export async function fetchWorkspace() {
return axiosInstance.get("/qgis/process/list_qgis_temp_dir_with_structure/");
}

Expand Down

0 comments on commit b675d07

Please sign in to comment.