added leagues
This commit is contained in:
@@ -11,6 +11,7 @@ import (
|
||||
"github.com/uptrace/bun"
|
||||
)
|
||||
|
||||
// SeasonsPage renders the full page with the seasons list, for use with GET requests
|
||||
func SeasonsPage(
|
||||
s *hws.Server,
|
||||
conn *bun.DB,
|
||||
@@ -35,6 +36,7 @@ func SeasonsPage(
|
||||
})
|
||||
}
|
||||
|
||||
// SeasonsList renders just the seasons list, for use with POST requests and HTMX
|
||||
func SeasonsList(
|
||||
s *hws.Server,
|
||||
conn *bun.DB,
|
||||
|
||||
Reference in New Issue
Block a user