Support upload images

pull/565/head
Julien Duponchelle 8 years ago
parent 582e3c72ff
commit 8909c4211c
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

@ -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()

Loading…
Cancel
Save