1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-12-24 15:58:08 +00:00

Support all path for forward to compute

This commit is contained in:
Julien Duponchelle 2016-06-06 18:26:13 +02:00
parent 06b54d82dc
commit d108fc6e94
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -78,7 +78,7 @@ class ComputeHandler:
response.json(compute)
@Route.get(
r"/computes/{compute_id}/{emulator}/{action}",
r"/computes/{compute_id}/{emulator}/{action:.+}",
parameters={
"compute_id": "Compute UUID"
},