mirror of
https://github.com/halejohn/Cloudreve.git
synced 2026-01-31 06:02:28 +08:00
feat(wopi): implement required rest api as a WOPI host
This commit is contained in:
@@ -27,7 +27,7 @@ func (c *client) AvailableExts() []string {
|
||||
return nil
|
||||
}
|
||||
|
||||
c.mu.RUnlock()
|
||||
c.mu.RLock()
|
||||
defer c.mu.RUnlock()
|
||||
exts := make([]string, 0, len(c.actions))
|
||||
for ext, actions := range c.actions {
|
||||
|
||||
Reference in New Issue
Block a user