update
parent
cbd6d5d444
commit
b64a56d2d1
|
|
@ -220,7 +220,7 @@
|
||||||
}).then((result) => {
|
}).then((result) => {
|
||||||
if (result.isConfirmed) {
|
if (result.isConfirmed) {
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url: '{{ route("modules.form.metadata.destroy", "":id") }}'.replace(':id', metadataId),
|
url: "{{ route('modules.form.metadata.destroy', ':id') }}".replace(':id', metadataId),
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
data: {
|
data: {
|
||||||
_token: '{{ csrf_token() }}',
|
_token: '{{ csrf_token() }}',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue