Skip to content

Commit 861f0aa

Browse files
kashimizfabiocav
authored andcommitted
Updated extensions WebHook route to match admin controller.
1 parent 3f54f80 commit 861f0aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WebJobs.Script.WebHost/WebHooks/WebJobsSdkExtensionHookProvider.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ private Uri GetExtensionWebHookRoute(string extensionName)
6363
var scheme = isLocalhost ? "http" : "https";
6464
string keyValue = GetOrCreateExtensionKey(extensionName).GetAwaiter().GetResult();
6565

66-
return new Uri($"{scheme}://{hostName}/webhookextensions/handler/{extensionName}?code={keyValue}");
66+
return new Uri($"{scheme}://{hostName}/runtime/webhooks/{extensionName}?code={keyValue}");
6767
}
6868

6969
private async Task<string> GetOrCreateExtensionKey(string extensionName)

0 commit comments

Comments
 (0)