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:
		@ -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;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user