fixed auto pathing
This commit is contained in:
@@ -315,7 +315,7 @@ export default defineComponent({
|
|||||||
},
|
},
|
||||||
|
|
||||||
getPastDeliveriesAuto(userid: any) {
|
getPastDeliveriesAuto(userid: any) {
|
||||||
let path = import.meta.env.VITE_BASE_URL + '/delivery/auto/' + userid;
|
let path = import.meta.env.VITE_AUTO_URL + '/delivery/all/profile/' + userid;
|
||||||
axios({
|
axios({
|
||||||
method: 'get',
|
method: 'get',
|
||||||
url: path,
|
url: path,
|
||||||
|
|||||||
Reference in New Issue
Block a user