package httpserver
// These are constants to have an single point to look up static items
const (
Accounts = "account"
Menus = "menu"
Domain = "domain"
)