On my Blazor Server App I have the following API Controller
[Route("api/backoffice)] [ApiController] public class BackOfficeController : ControllerBase {