Testing build
This commit is contained in:
parent
9416694d33
commit
3c6d78e644
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue