main
Ilham Wara Nugroho 2026-06-12 14:12:20 +07:00
parent cbd6d5d444
commit b64a56d2d1
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@
}).then((result) => {
if (result.isConfirmed) {
$.ajax({
url: '{{ route("modules.form.metadata.destroy", "":id") }}'.replace(':id', metadataId),
url: "{{ route('modules.form.metadata.destroy', ':id') }}".replace(':id', metadataId),
type: 'POST',
data: {
_token: '{{ csrf_token() }}',