aboutsummaryrefslogtreecommitdiff
path: root/back-end/src/Model/ContentManager.cs
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2023-08-31 22:17:50 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2023-08-31 22:17:50 -0400
commitd66290269d4709fe2d909284801f31669aa26f74 (patch)
treefcc7151652c880f60f5020c4069901439b6b6a8f /back-end/src/Model/ContentManager.cs
parentafdeeb686f3aa022bec19084a337e233c622b4e3 (diff)
pre tag updates
Diffstat (limited to 'back-end/src/Model/ContentManager.cs')
-rw-r--r--back-end/src/Model/ContentManager.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/back-end/src/Model/ContentManager.cs b/back-end/src/Model/ContentManager.cs
index a0ed94f..b5fc385 100644
--- a/back-end/src/Model/ContentManager.cs
+++ b/back-end/src/Model/ContentManager.cs
@@ -28,18 +28,18 @@ using System.Threading.Tasks;
using Content.Publishing.Blog.Admin.Storage;
using VNLib.Hashing;
+using VNLib.Utils.IO;
using VNLib.Net.Http;
using VNLib.Plugins;
using VNLib.Plugins.Extensions.Loading;
-
namespace Content.Publishing.Blog.Admin.Model
{
internal sealed class ContentManager
{
private const string ContentIndex = "content.json";
- private readonly IStorageFacade Storage;
+ private readonly ISimpleFilesystem Storage;
public ContentManager(PluginBase plugin)
{