diff --git a/controller/topup_creem.go b/controller/topup_creem.go index a22868b8..aab951c5 100644 --- a/controller/topup_creem.go +++ b/controller/topup_creem.go @@ -10,9 +10,9 @@ import ( "io" "log" "net/http" - "one-api/common" - "one-api/model" - "one-api/setting" + "github.com/QuantumNous/new-api/common" + "github.com/QuantumNous/new-api/model" + "github.com/QuantumNous/new-api/setting" "time" "github.com/gin-gonic/gin"