diff --git a/OliverBooth/Controllers/Blog/BlogApiController.cs b/OliverBooth/Controllers/Api/BlogApiController.cs similarity index 98% rename from OliverBooth/Controllers/Blog/BlogApiController.cs rename to OliverBooth/Controllers/Api/BlogApiController.cs index 96de884..d11e09d 100644 --- a/OliverBooth/Controllers/Blog/BlogApiController.cs +++ b/OliverBooth/Controllers/Api/BlogApiController.cs @@ -4,7 +4,7 @@ using OliverBooth.Data.Blog; using OliverBooth.Data.Web; using OliverBooth.Services; -namespace OliverBooth.Controllers.Blog; +namespace OliverBooth.Controllers.Api; /// /// Represents a controller for the blog API.