Skip to content

Commit 002a13f

Browse files
authored
update
1 parent b4d664c commit 002a13f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

laundry/src/components/order.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ var toastrConfigs = {
6363
hideMethod: "bounceOutLeft"
6464
};
6565
Vue.use(CxltToastr, toastrConfigs);
66-
const url = "http://127.0.0.1:8000pelanggan/";
67-
const orderurl = "http://127.0.0.1:8000orders/";
66+
const url = "http://127.0.0.1:8000/pelanggan/";
67+
const orderurl = "http://127.0.0.1:8000/orders/";
6868
export default {
6969
data() {
7070
return {

0 commit comments

Comments
 (0)