mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Rename location.
This commit is contained in:
@@ -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{}{}
|
||||
|
||||
Reference in New Issue
Block a user