Fixed dead features.

This commit is contained in:
2021-02-25 13:51:37 +01:00
parent 232fc86560
commit 0b97231292
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
<button type="submit" class="btn btn-primary">Opdater</button>
</form>
<form action="" method="post">
<form action="/admin/posts/{{ $post->id }}" method="post">
@csrf
@method("DELETE")