mirror of
https://github.com/OpenListTeam/OpenList.git
synced 2025-09-20 20:56:20 +08:00
🚧 添加了静态资源
This commit is contained in:
@ -7,7 +7,9 @@ import (
|
||||
log "github.com/sirupsen/logrus"
|
||||
)
|
||||
|
||||
// TODO:添加前置路由信息
|
||||
func Info(c *gin.Context) {
|
||||
c.JSON(200,dataResponse(conf.Conf.Info))
|
||||
}
|
||||
|
||||
func Get(c *gin.Context) {
|
||||
var get alidrive.GetReq
|
||||
|
Reference in New Issue
Block a user