mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-22 16:59:02 +00:00
Support all path for forward to compute
This commit is contained in:
@ -78,7 +78,7 @@ class ComputeHandler:
|
|||||||
response.json(compute)
|
response.json(compute)
|
||||||
|
|
||||||
@Route.get(
|
@Route.get(
|
||||||
r"/computes/{compute_id}/{emulator}/{action}",
|
r"/computes/{compute_id}/{emulator}/{action:.+}",
|
||||||
parameters={
|
parameters={
|
||||||
"compute_id": "Compute UUID"
|
"compute_id": "Compute UUID"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user