mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-13 04:48:22 +00:00
Disallow / in compute_id because it was a stupid idea
This commit is contained in:
@ -329,4 +329,4 @@ class Compute:
|
||||
Forward a call to the emulator on compute
|
||||
"""
|
||||
res = yield from self.get("/{}/{}".format(type, path))
|
||||
return res
|
||||
return res.json
|
||||
|
Reference in New Issue
Block a user