|
@@ -10,9 +10,9 @@ import (
|
|
|
"io"
|
|
"io"
|
|
|
"log"
|
|
"log"
|
|
|
"net/http"
|
|
"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"
|
|
"time"
|
|
|
|
|
|
|
|
"github.com/gin-gonic/gin"
|
|
"github.com/gin-gonic/gin"
|