mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-06-21 08:29:43 +00:00
Fix tests
This commit is contained in:
@ -56,7 +56,7 @@ def allocate_udp_port(project_id: UUID) -> dict:
|
||||
|
||||
|
||||
@router.get("/network/interfaces")
|
||||
def network_interfaces() -> dict:
|
||||
def network_interfaces() -> List[dict]:
|
||||
"""
|
||||
List all the network interfaces available on the compute"
|
||||
"""
|
||||
|
Reference in New Issue
Block a user