mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-14 13:28:12 +00:00
Support upload images
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user