Skip to content
Snippets Groups Projects
Commit d3b6641e authored by Baptiste CERDAN's avatar Baptiste CERDAN
Browse files

:construction: test cors options

parent 78175772
Branches
1 merge request!12:construction: test cors options
......@@ -33,7 +33,7 @@ export const profileDataFetchFailure = (message) => {
export const fetchUserTransactions = (student_number) => {
return async (dispatch) => {
const response = await fetch(MONEY_API_URL+'/transactions/get/'+student_number, {
method: 'GET',
method: 'GET'
})
if(response.ok){
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment