Rename location.

This commit is contained in:
Travis Reeder
2017-05-15 11:00:15 -07:00
parent c0b381eb96
commit 4b9bba352d
106 changed files with 274 additions and 273 deletions

View File

@@ -5,9 +5,9 @@ import (
"fmt"
"os"
"github.com/kumokit/functions/examples/blog/database"
"github.com/kumokit/functions/examples/blog/models"
"github.com/kumokit/functions/examples/blog/routes"
"github.com/treeder/functions/examples/blog/database"
"github.com/treeder/functions/examples/blog/models"
"github.com/treeder/functions/examples/blog/routes"
)
var noAuth = map[string]interface{}{}