diff --git a/src/main.go b/src/main.go index e2e4aa4..091259e 100644 --- a/src/main.go +++ b/src/main.go @@ -17,7 +17,7 @@ import ( ) func main() { - // Setup routes + // setup routes router := chi.NewRouter() router.Route("/", func(r chi.Router) { router.Get("/", media.Index)