init: radio init commit
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package v1
|
||||
|
||||
import (
|
||||
"sundynix-go/api/v1/radio"
|
||||
"sundynix-go/api/v1/system"
|
||||
)
|
||||
|
||||
@@ -9,4 +10,5 @@ var ApiGroupApp = new(ApiGroup)
|
||||
// ApiGroup 路由组
|
||||
type ApiGroup struct {
|
||||
SystemApiGroup system.ApiGroup
|
||||
RadioApiGroup radio.ApiGroup
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user