feat: Cleans up routes.
This commit is contained in:
@@ -41,7 +41,7 @@ struct VendorTable: HTML {
|
||||
Button.detail()
|
||||
.attributes(
|
||||
.style("padding-left: 15px;"),
|
||||
.hx.get(route: .vendor(.shared(.get(id: vendor.id)))),
|
||||
.hx.get(route: .vendor(.get(id: vendor.id))),
|
||||
.hx.target("#float"),
|
||||
.hx.pushURL(true),
|
||||
.hx.swap(.outerHTML)
|
||||
|
||||
Reference in New Issue
Block a user