JWT key issue fix
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m24s

This commit is contained in:
Elijah 2026-05-24 11:26:55 -07:00
parent e1fdbd9388
commit 07aad3b8d4
5 changed files with 103 additions and 40 deletions

View file

@ -188,8 +188,9 @@ func main() {
protected.Post("/files/upload", fsHandler.Upload)
protected.Post("/files/check-conflicts", fsHandler.CheckConflicts)
// OnlyOffice blanks
// OnlyOffice
protected.Post("/onlyoffice/create", onlyOfficeHandler.CreateBlank)
protected.Post("/onlyoffice/sign", onlyOfficeHandler.SignConfig)
protected.Get("/files/folders-tree", fsHandler.GetFolderTree)