feat: Cleans up routes.
This commit is contained in:
@@ -45,7 +45,7 @@ struct UserTable: HTML {
|
||||
td { user.email }
|
||||
td {
|
||||
Button.detail().attributes(
|
||||
.hx.get(route: .user(.shared(.get(id: user.id)))),
|
||||
.hx.get(route: .user(.get(id: user.id))),
|
||||
.hx.target(.float),
|
||||
.hx.swap(.outerHTML),
|
||||
.hx.pushURL(true)
|
||||
|
||||
Reference in New Issue
Block a user