refactor: move BlogApiController to Api folder

This commit is contained in:
Oliver Booth 2024-02-25 15:38:00 +00:00
parent 926e0a718e
commit a1a7d6dd96
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ using OliverBooth.Data.Blog;
using OliverBooth.Data.Web; using OliverBooth.Data.Web;
using OliverBooth.Services; using OliverBooth.Services;
namespace OliverBooth.Controllers.Blog; namespace OliverBooth.Controllers.Api;
/// <summary> /// <summary>
/// Represents a controller for the blog API. /// Represents a controller for the blog API.