chore: update module name

This commit is contained in:
JustSong
2024-01-28 19:38:58 +08:00
parent b9d3cb0c45
commit 2cd1a78203
86 changed files with 247 additions and 247 deletions

View File

@@ -2,8 +2,8 @@ package middleware
import (
"github.com/gin-gonic/gin"
"one-api/common/helper"
"one-api/common/logger"
"github.com/songquanpeng/one-api/common/helper"
"github.com/songquanpeng/one-api/common/logger"
)
func abortWithMessage(c *gin.Context, statusCode int, message string) {