mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-07 08:43:48 +02: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})
|
response.json({"udp_port": udp_port})
|
||||||
|
|
||||||
@Route.get(
|
@Route.get(
|
||||||
r"/interfaces",
|
r"/network/interfaces",
|
||||||
description="List all the network interfaces available on the server")
|
description="List all the network interfaces available on the server")
|
||||||
def network_interfaces(request, response):
|
def network_interfaces(request, response):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user