Fix UI issues and add Pins and Templates
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m38s

This commit is contained in:
Elijah 2026-05-24 19:30:17 -07:00
parent a361848216
commit 617f8160b2
10 changed files with 281 additions and 59 deletions

View file

@ -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)