Adopt changes in myep api
This commit is contained in:
@@ -277,7 +277,7 @@
|
|||||||
},
|
},
|
||||||
loadContingents () {
|
loadContingents () {
|
||||||
this.beginLoading('Lade Kontingente...')
|
this.beginLoading('Lade Kontingente...')
|
||||||
return authenticatedClient.get(`/api/contingents/${this.travelData.busproId}`)
|
return authenticatedClient.get(`/api/contingents/${this.travelData.busproId}/${this.bookingData.partnerId}`)
|
||||||
.then(response => {
|
.then(response => {
|
||||||
this.contingents = response.data;
|
this.contingents = response.data;
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user