refacto FrontmatterParser
This commit is contained in:
parent
7b3a236bcc
commit
ef0f5ddcac
3 changed files with 10 additions and 9 deletions
|
|
@ -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()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue