From d5d50531acf078fc8414ff8af6e73689d934b5f4 Mon Sep 17 00:00:00 2001 From: mark-tesobe Date: Thu, 12 Jan 2023 13:28:04 +0800 Subject: [PATCH] REFACTOR: remove todo comment --- apimanager/apicollections/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apimanager/apicollections/views.py b/apimanager/apicollections/views.py index f256ac1..056c02d 100644 --- a/apimanager/apicollections/views.py +++ b/apimanager/apicollections/views.py @@ -148,7 +148,7 @@ def apicollections_save(request): @csrf_exempt def connectormethod_update(request): connector_method_id = request.POST.get('api_collection_id').strip() - urlpath = '/management/api-collection/{}'.format(connector_method_id) #TODO : Wainting for URL + urlpath = '/management/api-collection/{}'.format(connector_method_id) api = API(request.session.get('obp')) #Update Endpoint Payload define payload = {