Add OfficeHome with All Documents, context menu, custom icons, editor rename, text wrapping
Some checks failed
Automated Container Build / build-and-push (push) Failing after 1m13s
Some checks failed
Automated Container Build / build-and-push (push) Failing after 1m13s
This commit is contained in:
parent
e738a2cb72
commit
51850e75a2
5 changed files with 295 additions and 30 deletions
|
|
@ -194,6 +194,7 @@ func main() {
|
|||
// OnlyOffice
|
||||
protected.Post("/onlyoffice/create", onlyOfficeHandler.CreateBlank)
|
||||
protected.Post("/onlyoffice/sign", onlyOfficeHandler.SignConfig)
|
||||
protected.Get("/onlyoffice/files", onlyOfficeHandler.ListOfficeFiles)
|
||||
|
||||
protected.Get("/files/folders-tree", fsHandler.GetFolderTree)
|
||||
|
||||
|
|
|
|||
Reference in a new issue