mirror of
https://github.com/YFGaia/dify-plus.git
synced 2026-06-14 20:41:21 +08:00
11 lines
185 B
Go
11 lines
185 B
Go
package router
|
|
|
|
import "github.com/flipped-aurora/gin-vue-admin/server/plugin/announcement/api"
|
|
|
|
var (
|
|
Router = new(router)
|
|
apiInfo = api.Api.Info
|
|
)
|
|
|
|
type router struct{ Info info }
|