Support upload images

This commit is contained in:
Julien Duponchelle 2016-06-06 19:55:54 +02:00
parent 582e3c72ff
commit 8909c4211c
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -102,6 +102,7 @@ class ComputeHandler:
200: "OK",
404: "Instance doesn't exist"
},
raw=True,
description="Forward call specific to compute node. Read the full compute API for available actions")
def post_forward(request, response):
controller = Controller.instance()