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

@ -11,7 +11,7 @@
</div>
<div class="btn-area">
<button class="action-btn" hx-get="/publish-issue" hx-target="#page-content">Ausgabe publizieren</button>
<button class="action-btn" hx-get="/issue/publish" hx-target="#page-content">Ausgabe publizieren</button>
<button class="btn" hx-get="/hub" hx-target="#page-content">Abbrechen</button>
</div>
{{end}}