Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 84fe7a0

Browse files
committed
fix: following backend wrong grammar
1 parent b2dafb7 commit 84fe7a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/projectApi.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ const projectApi = {
322322
projectName: string;
323323
}) =>
324324
axios.post(
325-
`${uploadZipApiUrl}/generrate/daita_upload_token`,
325+
`${uploadZipApiUrl}/generate/daita_upload_token`,
326326
{
327327
id_token: idToken || getLocalStorage(ID_TOKEN_NAME) || "",
328328
project_id: projectId,

0 commit comments

Comments
 (0)