clustvirt/router/htmx/htmx.go
Matthew Stobbs 77c34481ce reworked how routes are defined
- instead of having to make a new type for each set of routes,
  now we just need to define the routes as an exported variable.
- TODO: add a mechanism to add routes externally to the server setup
2024-03-24 19:38:46 -06:00

3 lines
68 B
Go

// Package htmx contains the routes for the WebUI HTMX
package htmx