refacto FrontmatterParser

This commit is contained in:
Paul Schneider 2026-07-04 22:58:29 +01:00
commit ef0f5ddcac
3 changed files with 10 additions and 9 deletions

View file

@ -6,7 +6,6 @@ namespace Yavsc.Controllers.Generic
using System.Linq;
using Microsoft.EntityFrameworkCore;
using Models;
using Yavsc.Helpers;
using Yavsc.Server.Helpers;
using Yavsc.Services;
@ -37,7 +36,7 @@ namespace Yavsc.Controllers.Generic
{
_context = context;
}
public async Task<IActionResult> Index()
{
return View(await GetSettingsAsync(User.GetUserId()));