global url replace

This commit is contained in:
Chad Arimura
2017-05-29 17:10:47 -07:00
parent 065c5fef68
commit 49d397293b
79 changed files with 165 additions and 165 deletions

View File

@@ -4,8 +4,8 @@ import (
"context"
"errors"
"github.com/gin-gonic/gin"
"gitlab.oracledx.com/odx/functions/api/models"
"gitlab.oracledx.com/odx/functions/api/runner/common"
"gitlab-odx.oracle.com/odx/functions/api/models"
"gitlab-odx.oracle.com/odx/functions/api/runner/common"
"net/http"
)