1
0
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:
grossmj 2016-07-10 11:22:08 -06:00
parent d99c050705
commit d159cbcc6d

View File

@ -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):