diff --git a/project-management/frontend/src/api/custom-func.js b/project-management/frontend/src/api/custom-func.js index 9872bcea92..1729d83550 100644 --- a/project-management/frontend/src/api/custom-func.js +++ b/project-management/frontend/src/api/custom-func.js @@ -9,7 +9,7 @@ export function deleteCodeSnippetById(id) { } export function copyCodeSnippetById(id) { - return get(`/custom/func/copy${id}`); + return get(`/custom/func/copy/${id}`); } export function getCodeSnippetById(id) {