Skip to content

Commit 0fb0c85

Browse files
committed
Added admin/posts folder
1 parent 99b2fec commit 0fb0c85

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

Blogifier.Core/Controllers/PostsController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public PostsController(IUnitOfWork db, IRssService rss, ISearchService search, I
3636
_search = search;
3737
_logger = logger;
3838
_engine = engine;
39-
_theme = $"~/{ApplicationSettings.BlogAdminFolder}/";
39+
_theme = $"~/{ApplicationSettings.BlogAdminFolder}/Posts/";
4040
}
4141

4242
[VerifyProfile]
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)