Skip to content

Commit e7aaded

Browse files
author
Adriána Kohanová
committed
#454 Store and retrieve project actions in/from the backend
1 parent d5ba1e2 commit e7aaded

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/reducers/tracking/dispatchActions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ const sendTruckingActions = (sendActions, currentProject) => (dispatch, getState
904904
dispatch(setIsActionsSending(true));
905905
return api({
906906
url: `${base_url}/api/session-actions/${projectID}/`,
907-
method: METHOD.PUT,
907+
method: METHOD.POST,
908908
data: JSON.stringify(sendActions)
909909
})
910910
.then(response => {

0 commit comments

Comments
 (0)