mirror of
https://github.com/OpenBankProject/API-Manager.git
synced 2026-02-06 13:06:45 +00:00
REFACTOR: remove todo comment
This commit is contained in:
parent
462475c9fa
commit
d5d50531ac
@ -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 = {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user