Allow modified files query from non-admin sites
This commit is contained in:
parent
79f10ffe0c
commit
e14f5bf847
1 changed files with 0 additions and 1 deletions
|
@ -1039,7 +1039,6 @@ class UiWebsocket(object):
|
|||
else:
|
||||
return {"error": "Invalid address"}
|
||||
|
||||
@flag.admin
|
||||
@flag.async_run
|
||||
def actionSiteListModifiedFiles(self, to, content_inner_path="content.json"):
|
||||
content = self.site.content_manager.contents[content_inner_path]
|
||||
|
|
Loading…
Reference in a new issue