Update for installer rest service, updates version

This commit is contained in:
Shannon Deminick
2012-11-14 19:50:39 +05:00
parent 885b421201
commit 3fb9ffca5b
4 changed files with 96 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ namespace Umbraco.Web.Install
/// Currently this is used for web services however we should/could eventually migrate the whole installer to MVC as it
/// is a bit of a mess currently.
/// </remarks>
[UmbracoInstallAuthorize]
public class InstallPackageController : Controller
{
private readonly ApplicationContext _applicationContext;
@@ -173,6 +174,6 @@ namespace Umbraco.Web.Install
message = "Starter kit has been installed"
});
}
}
}