Renamed handlers

This commit is contained in:
2018-05-31 10:59:36 +02:00
parent 55c99891d6
commit 4710e6ba7b
3 changed files with 4 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
from objects import glob
allowed_args = ["file_hash", "id", "file_version", "timestamp"]
allowed_args = ["file_hash", "file_version", "timestamp"]
def handle(request):
if len([x for x in request.args if x in allowed_args]) == 0:

View File

@@ -1,2 +0,0 @@
def handle(request):
return "Unimplemented"