fixed auto pathing

This commit is contained in:
2025-09-28 12:24:29 -04:00
parent 9cbb2954b5
commit 91d6d708dc

View File

@@ -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,