We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4017599 commit 0b31107Copy full SHA for 0b31107
eFormAPI/Installation/CustomActions/CustomAction.cs
@@ -314,6 +314,8 @@ public static ActionResult UpdateCA(Session session)
314
315
// client update
316
var uiName = $"{customerNumber}_{domain}_client_{uiPort}";
317
+
318
+ var webApiName = $"{customerNumber}_{domain}_{apiPort}";
319
var uiIisDir = Path.Combine(siteDir + uiName);
320
var webApiLocation = Path.Combine(siteDir, domainName);
321
@@ -347,7 +349,7 @@ public static ActionResult UpdateCA(Session session)
347
349
IncrementProgressBar(session);
348
350
351
session.Log("AddImageHandlers called");
- AddImageHandlers(uiName);
352
+ AddImageHandlers(webApiName);
353
354
355
0 commit comments