mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-29 03:01:58 +08:00
Catch GET_SHARE_URL post file action
This commit is contained in:
parent
3600fbfe64
commit
0c9292e4fc
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ class WopiController < ActionController::Base
|
|||
unlock
|
||||
when "REFRESH_LOCK"
|
||||
refresh_lock
|
||||
when "GET_SHARE_URL"
|
||||
render :nothing => true, :status => 501 and return
|
||||
else
|
||||
render :nothing => true, :status => 404 and return
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue