Ensures the 'Index' portion of the path is used for scheduled publishing
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Umbraco.Web.Scheduling
|
||||
try
|
||||
{
|
||||
var umbracoBaseUrl = ServerEnvironmentHelper.GetCurrentServerUmbracoBaseUrl();
|
||||
var url = string.Format("{0}/RestServices/ScheduledPublish/", umbracoBaseUrl);
|
||||
var url = string.Format("{0}/RestServices/ScheduledPublish/Index", umbracoBaseUrl);
|
||||
using (var wc = new WebClient())
|
||||
{
|
||||
//pass custom the authorization header
|
||||
|
||||
Reference in New Issue
Block a user