refactor: move BlogApiController to Api folder
This commit is contained in:
parent
926e0a718e
commit
a1a7d6dd96
@ -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.
|
Loading…
Reference in New Issue
Block a user