fix route path

This commit is contained in:
Seán C McCord 2017-09-30 23:17:59 -04:00
parent 517a6ba5e4
commit a17f48433f

View file

@ -8,7 +8,7 @@ import (
"os" "os"
"time" "time"
"github.com/CyCoreSystems/test-revel/app/routes" "github.com/CyCoreSystems/cycore-web/app/routes"
"github.com/pkg/errors" "github.com/pkg/errors"
"github.com/revel/revel" "github.com/revel/revel"
) )