feature/ redirect API-Explorer url in dynamic endpoint

This commit is contained in:
Reena-cell 2023-01-10 13:36:22 +01:00
parent 0062385156
commit 501883f2c0

View File

@ -45,7 +45,7 @@ $(document).ready(function($) {
$('.runner button.forDelete').click(function() {
let runner = $(this).parent().parent().parent();
dynamic_endpoint_id = $(runner).find('.dynamic_endpoint_id').text();
let dynamic_endpoint_id = $(runner).find('.dynamic_endpoint_id').text();
$('.runner button.forSave').attr("disabled","disabled");
$('.runner button.forDelete').attr("disabled","disabled");
$.post('dynamicendpoints/delete/dynamicendpoint', {