Merge pull request #886 from mjibson/logarchive-no-put
No PUT for logarchive
This commit is contained in:
commit
366e9c5e9f
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class LogArchiveHandlers(UserfilesHandlers):
|
||||
methods = ['GET']
|
||||
|
||||
def get(self, file_id):
|
||||
path = self._files.get_file_id_path(file_id)
|
||||
try:
|
||||
|
|
Reference in a new issue