Rework SystemController methods and paths, no functional changes
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
->orderBy('zone_id')
|
||||
->get())->count())
|
||||
|
||||
<form class="row g-0 needs-validation" method="post" action="{{ url('ftn/system/filearea',$o->id) }}" novalidate>
|
||||
<form class="row g-0 needs-validation" method="post" action="{{ url('system/filearea',$o->id) }}" novalidate>
|
||||
@csrf
|
||||
|
||||
<div class="row pt-0">
|
||||
@@ -111,7 +111,7 @@
|
||||
if (e.status != 412)
|
||||
alert('That didnt work? Please try again....');
|
||||
},
|
||||
url: '{{ url('system/address',[$o->id]) }}',
|
||||
url: '{{ url('system/api/address',[$o->id]) }}',
|
||||
cache: false
|
||||
})
|
||||
});
|
||||
@@ -148,7 +148,7 @@
|
||||
if (e.status != 412)
|
||||
alert('That didnt work? Please try again....');
|
||||
},
|
||||
url: '{{ url('ftn/system/filearea',[$o->id]) }}',
|
||||
url: '{{ url('system/filearea',[$o->id]) }}',
|
||||
cache: false
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user