Skip to content
Snippets Groups Projects
Commit 32495be0 authored by CERDAN BAPTISTE's avatar CERDAN BAPTISTE
Browse files

Merge branch 'develop' into 'main'

:construction: test cors options

See merge request !12
parents 872c6021 d3b6641e
1 merge request!12:construction: test cors options
Pipeline #69023 passed with stage
......@@ -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