Skip to content

Commit 0d6d765

Browse files
committed
services: cable_guy: Remove cache from retrieve_ethernet_interfaces endpoint
1 parent 8b4a708 commit 0d6d765

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

core/services/cable_guy/main.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636

3737
@app.get("/ethernet", response_model=List[NetworkInterface], summary="Retrieve ethernet interfaces.")
3838
@version(1, 0)
39-
@temporary_cache(timeout_seconds=10)
4039
def retrieve_ethernet_interfaces() -> Any:
4140
"""REST API endpoint to retrieve the configured ethernet interfaces."""
4241
return manager.get_ethernet_interfaces()

0 commit comments

Comments
 (0)