modifications to ActionLink and ActionDialog controls, added logic to prevent IHostedService from blocking startup, made controller route prefix consistent in module template

This commit is contained in:
Shaun Walker
2020-07-17 15:09:05 -04:00
parent b02bdee8cb
commit bc73e5e3d0
6 changed files with 14 additions and 11 deletions

View File

@ -10,7 +10,7 @@ using [Owner].[Module]s.Repository;
namespace [Owner].[Module]s.Controllers
{
[Route("{site}/api/[controller]")]
[Route("{alias}/api/[controller]")]
public class [Module]Controller : Controller
{
private readonly I[Module]Repository _[Module]s;