X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ui-react%2Fsrc%2Fapi%2FLoopActionService.js;h=7e20e2f6ca60cbb3bba7e9ecf74b659545903612;hb=337f36602a553ecb937c041a27b1c7270571c647;hp=6e45ce4b932a8747862d07aefbefa77b064fb04d;hpb=64d4727e2bb0973cf61a125fed240c8c4952d6ff;p=clamp.git diff --git a/ui-react/src/api/LoopActionService.js b/ui-react/src/api/LoopActionService.js index 6e45ce4b..7e20e2f6 100644 --- a/ui-react/src/api/LoopActionService.js +++ b/ui-react/src/api/LoopActionService.js @@ -28,7 +28,7 @@ export default class LoopActionService{ const svcAction = uiAction.toLowerCase(); return fetch("/restservices/clds/v2/loop/" + svcAction + "/" + cl_name, { method: 'PUT', - credentials: 'same-origin', + credentials: 'same-origin' }) .then(function (response) { if (response.ok) { @@ -53,7 +53,7 @@ export default class LoopActionService{ return fetch("/restservices/clds/v2/loop/getstatus/" + cl_name, { method: 'GET', - credentials: 'same-origin', + credentials: 'same-origin' }) .then(function (response) { if (response.ok) {