chore: move logger into internal

This commit is contained in:
0xJacky 2023-05-07 11:00:13 +08:00
parent 90af155e1b
commit 26524d20fb
No known key found for this signature in database
GPG key ID: B6E4A6E4A561BAF0
23 changed files with 56 additions and 58 deletions

View file

@ -1,7 +1,7 @@
package api
import (
"github.com/0xJacky/Nginx-UI/logger"
"github.com/0xJacky/Nginx-UI/server/internal/logger"
"github.com/0xJacky/Nginx-UI/server/service"
"github.com/gin-gonic/gin"
"github.com/gorilla/websocket"