This commit is contained in:
paoloar77
2024-05-20 23:26:30 +02:00
parent 4e95f7fef1
commit 41320b5b36

View File

@@ -1,12 +1,10 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Link Page</title>
</head>
<body>
<h1>Links</h1>
<form id="articleForm">
@@ -26,8 +24,7 @@
let formData = new FormData(this);
fetch('{{ route('
handleArticleActionPao ') }}', {
fetch('{{ route('handleArticleActionPao') }}', {
method: 'GET',
body: formData
})
@@ -38,5 +35,4 @@
});
</script>
</body>
</html>