restructure routes

This commit is contained in:
2024-08-30 15:42:53 +02:00
parent be467521d9
commit cddd88d2f6
13 changed files with 54 additions and 54 deletions

View File

@ -3,7 +3,7 @@
<div class="flex flex-col gap-4">
{{range .}}
<button class="btn" hx-get="/review-unpublished-article/{{.ID}}" hx-target="#page-content">
<button class="btn" hx-get="/article/review-unpublished/{{.ID}}" hx-target="#page-content">
<h1 class="font-bold text-2xl">{{.Title}}</h1>
<p>{{.Description}}</p>
</button>