Fix UI issues and add Pins and Templates
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m38s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m38s
This commit is contained in:
parent
a361848216
commit
617f8160b2
10 changed files with 281 additions and 59 deletions
|
|
@ -193,6 +193,7 @@ func main() {
|
|||
|
||||
// OnlyOffice
|
||||
protected.Post("/onlyoffice/create", onlyOfficeHandler.CreateBlank)
|
||||
protected.Post("/onlyoffice/template", onlyOfficeHandler.CreateFromTemplate)
|
||||
protected.Post("/onlyoffice/sign", onlyOfficeHandler.SignConfig)
|
||||
protected.Get("/onlyoffice/files", onlyOfficeHandler.ListOfficeFiles)
|
||||
|
||||
|
|
|
|||
Reference in a new issue