mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-22 06:07:51 +00:00
Support upload images
This commit is contained in:
parent
582e3c72ff
commit
8909c4211c
@ -102,6 +102,7 @@ class ComputeHandler:
|
|||||||
200: "OK",
|
200: "OK",
|
||||||
404: "Instance doesn't exist"
|
404: "Instance doesn't exist"
|
||||||
},
|
},
|
||||||
|
raw=True,
|
||||||
description="Forward call specific to compute node. Read the full compute API for available actions")
|
description="Forward call specific to compute node. Read the full compute API for available actions")
|
||||||
def post_forward(request, response):
|
def post_forward(request, response):
|
||||||
controller = Controller.instance()
|
controller = Controller.instance()
|
||||||
|
Loading…
Reference in New Issue
Block a user