Testing build

This commit is contained in:
rroller 2025-02-21 17:43:03 -08:00
parent 9416694d33
commit 3c6d78e644

View file

@ -17,7 +17,7 @@ import (
) )
func main() { func main() {
// Setup routes // setup routes
router := chi.NewRouter() router := chi.NewRouter()
router.Route("/", func(r chi.Router) { router.Route("/", func(r chi.Router) {
router.Get("/", media.Index) router.Get("/", media.Index)