mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-12-21 21:57:49 +00:00
Support upload images
This commit is contained in:
parent
582e3c72ff
commit
8909c4211c
@ -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…
Reference in New Issue
Block a user