feat(aliyundrive): add doc and video preview api

This commit is contained in:
Noah Hsu
2022-09-11 19:12:54 +08:00
parent cd73e34ccc
commit 5ff0d850d7
2 changed files with 24 additions and 1 deletions

View File

@ -112,6 +112,7 @@ func admin(g *gin.RouterGroup) {
func _fs(g *gin.RouterGroup) {
g.Any("/list", handles.FsList)
g.Any("/get", handles.FsGet)
g.Any("/other", handles.FsOther)
g.Any("/dirs", handles.FsDirs)
g.POST("/mkdir", handles.FsMkdir)
g.POST("/rename", handles.FsRename)