JWT key issue fix
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m24s
All checks were successful
Automated Container Build / build-and-push (push) Successful in 1m24s
This commit is contained in:
parent
e1fdbd9388
commit
07aad3b8d4
5 changed files with 103 additions and 40 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Reference in a new issue