diff --git a/Controllers/CategoryController.cs b/Controllers/CategoryController.cs index 160ba38..d11e157 100644 --- a/Controllers/CategoryController.cs +++ b/Controllers/CategoryController.cs @@ -38,7 +38,7 @@ public class CategoryController : ControllerBase /// The page number /// Returned on valid request /// Returned when requested page is invalid (page_no <= 0) - [HttpGet("{page_no}")] + [HttpGet("page/{page_no}")] [EnableCors] [ProducesResponseType(typeof(CategoryShortDTO), 200)] [ProducesResponseType(typeof(ErrorDTO), 404)]