mirror of
https://github.com/GNS3/gns3-server
synced 2025-01-11 08:30:57 +00:00
Rename /interfaces entry point to /network/interfaces. Ref #615.
This commit is contained in:
parent
d99c050705
commit
d159cbcc6d
@ -43,7 +43,7 @@ class NetworkHandler:
|
||||
response.json({"udp_port": udp_port})
|
||||
|
||||
@Route.get(
|
||||
r"/interfaces",
|
||||
r"/network/interfaces",
|
||||
description="List all the network interfaces available on the server")
|
||||
def network_interfaces(request, response):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user