Split REST API and frontend endpoints #28
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I had to optimistic idea of having the web UI and API routes be the same, with the content type determining what content should be returned. With working with HTMX, i'm realising this is a pipe dream. The REST api should be separated from the frontend, so I can freely add HTMX routes for specific parts of the application.