mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Rewrite imports to use forks files on gitlab not use githubs.
This commit is contained in:
@@ -5,8 +5,8 @@ import (
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/treeder/functions/examples/blog/database"
|
||||
"github.com/treeder/functions/examples/blog/models"
|
||||
"gitlab.oracledx.com/odx/functions/examples/blog/database"
|
||||
"gitlab.oracledx.com/odx/functions/examples/blog/models"
|
||||
)
|
||||
|
||||
func HandlePostCreate(db *database.Database, auth map[string]interface{}) {
|
||||
|
||||
Reference in New Issue
Block a user