🎨 移除多余模块
This commit is contained in:
15
server/router/common/enter.go
Normal file
15
server/router/common/enter.go
Normal file
@@ -0,0 +1,15 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
api "github.com/flipped-aurora/gin-vue-admin/server/api/v1"
|
||||
)
|
||||
|
||||
type RouterGroup struct {
|
||||
AttachmentCategoryRouter
|
||||
FileUploadAndDownloadRouter
|
||||
}
|
||||
|
||||
var (
|
||||
attachmentCategoryApi = api.ApiGroupApp.CommonApiGroup.AttachmentCategoryApi
|
||||
exaFileUploadAndDownloadApi = api.ApiGroupApp.CommonApiGroup.FileUploadAndDownloadApi
|
||||
)
|
||||
Reference in New Issue
Block a user