Skip to content

Commit

Permalink
service_id
Browse files Browse the repository at this point in the history
  • Loading branch information
YufengXin committed Aug 20, 2024
1 parent 0412ffc commit 3f9ffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdx_controller/controllers/l2vpn_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def delete_connection(service_id):
return "OK", 200


def getconnection_by_id(connection_id):
def getconnection_by_id(service_id):
"""
Find connection by ID.
Expand Down

0 comments on commit 3f9ffb0

Please sign in to comment.