Skip to content

Commit

Permalink
[Evaluation] fixes certificate download
Browse files Browse the repository at this point in the history
  • Loading branch information
Elorfin committed Oct 3, 2024
1 parent b5981cf commit b32c142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/evaluation/Resources/modules/store/actions.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ actions.fetchEvaluation = (workspaceId, userId) => ({

actions.downloadCertificate = (workspaceId, userId) => ({
[API_REQUEST] : {
url: ['apiv2_workspace_download_certificate', {
url: ['apiv2_workspace_download_user_certificate', {
workspace: workspaceId,
user: userId
}]
Expand Down

0 comments on commit b32c142

Please sign in to comment.