Added api endpoint

This commit is contained in:
2018-05-23 22:59:21 +02:00
parent d7b576f575
commit 1617b60ea6
3 changed files with 16 additions and 4 deletions

2
handlers/update.py Normal file
View File

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