Skip to content

Commit 391e6d1

Browse files
committed
make small changes
1 parent fd012f0 commit 391e6d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

launcher-csharp/Common/RequestItemsService.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ public void UpdateUserFromJwt()
224224
BasePath = account.BaseUri,
225225
RoomsApiBasePath = this.Configuration["DocuSign:RoomsApiEndpoint"],
226226
AdminApiBasePath = this.Configuration["DocuSign:AdminApiEndpoint"],
227+
MaestroManageApiBasePath = this.Configuration["DocuSign:MaestroManageApiEndpoint"],
228+
MaestroAuthApiBasePath = this.Configuration["DocuSign:MaestroAuthApiEndpoint"],
227229
};
228230
}
229231

launcher-csharp/Maestro/Controllers/CancelWorkflow.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ public override IActionResult Get()
6161
ViewBag.WorkflowId = RequestItemsService.WorkflowId;
6262
ViewBag.InstanceId = RequestItemsService.InstanceId;
6363
ViewBag.IsInProgressStatus = isInProgressStatus;
64-
//ViewBag.IsInProgressStatus = true;
6564

6665
return View("mae002");
6766
}

0 commit comments

Comments
 (0)