Skip to content

Commit 9e6d6c8

Browse files
committed
Add usings for default controller to Startup
1 parent 4237b17 commit 9e6d6c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Umbraco.Docs.Samples.Web/Startup.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
using Umbraco.Docs.Samples.Web.RecurringHostedService;
1111
using Umbraco.Docs.Samples.Web.Stylesheets_Javascript;
1212
using Umbraco.Docs.Samples.Web.Tutorials;
13+
using Umbraco.Cms.Web.Website.Controllers;
14+
using Umbraco.Docs.Samples.Web.Controllers;
1315

1416
namespace Umbraco.Docs.Samples.Web
1517
{

0 commit comments

Comments
 (0)