🎨 update project structure

This commit is contained in:
landaiqing
2024-09-29 15:46:35 +08:00
parent 2769467ce2
commit 87f1ff6961
85 changed files with 693 additions and 431 deletions

View File

@@ -2,10 +2,10 @@ package modules
import (
"github.com/gin-gonic/gin"
"schisandra-cloud-album/api"
"schisandra-cloud-album/controller"
)
var websocketAPI = api.Api.WebsocketApi
var websocketAPI = controller.Controller.WebsocketController
func WebsocketRouter(router *gin.RouterGroup) {
group := router.Group("/ws")