mirror of
https://gitlab.com/omair-personal/exchange.git
synced 2026-08-19 04:24:08 +00:00
change route for booking details
This commit is contained in:
@@ -152,7 +152,7 @@ export default {
|
||||
methods: {
|
||||
getBooking(){
|
||||
let $this = this
|
||||
axios.get("/"+this.url+"/"+ this.$route.params.userId+"/userBookings").then(response => {
|
||||
axios.get("/"+this.url+"/"+ this.$route.params.userId).then(response => {
|
||||
this.bookingTable = response.data.data;
|
||||
$this.makePagination(response.data);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user