refacts, and launching Blogs

This commit is contained in:
Paul Schneider 2026-06-04 22:04:20 +01:00
commit 80144bf9fc
11 changed files with 417 additions and 113 deletions

View file

@ -12,7 +12,7 @@ using Yavsc.Server.Helpers;
namespace Yavsc.Controllers
{
public class BlogspotController : Controller
public class BlogSpotController : Controller
{
readonly ILogger _logger;
private readonly ApplicationDbContext _context;
@ -20,7 +20,7 @@ namespace Yavsc.Controllers
readonly RequestLocalizationOptions _localisationOptions;
readonly BlogSpotService blogSpotService;
public BlogspotController(
public BlogSpotController(
ApplicationDbContext context,
ILoggerFactory loggerFactory,
IAuthorizationService authorizationService,