Skip to content

Commit 625b8f7

Browse files
committed
Ensures the 'Index' portion of the path is used for scheduled publishing
1 parent e27163f commit 625b8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Umbraco.Web/Scheduling/ScheduledPublishing.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public void Start(object sender)
3030
try
3131
{
3232
var umbracoBaseUrl = ServerEnvironmentHelper.GetCurrentServerUmbracoBaseUrl();
33-
var url = string.Format("{0}/RestServices/ScheduledPublish/", umbracoBaseUrl);
33+
var url = string.Format("{0}/RestServices/ScheduledPublish/Index", umbracoBaseUrl);
3434
using (var wc = new WebClient())
3535
{
3636
//pass custom the authorization header

0 commit comments

Comments
 (0)