Update comments

This commit is contained in:
Marc Di Luzio 2020-05-30 23:17:59 +01:00
parent 6f9d400d8b
commit 5d250edb6b
2 changed files with 4 additions and 1 deletions

View file

@ -8,8 +8,8 @@ import (
"github.com/mdiluz/rove/pkg/rove"
)
// NewRouter sets up the server mux
func NewRouter() (router *mux.Router) {
// Create a new router
router = mux.NewRouter().StrictSlash(true)
// Set up the handlers