Configure API to serve SPA, integrate SignalR, and update build paths

This commit is contained in:
2026-02-22 19:27:13 +01:00
committed by Jonas
parent 3fa0455f1b
commit 8eefc1a2b8
5 changed files with 35 additions and 9 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Mvc;
namespace API.Controllers;
[ApiController]
[Route("[controller]")]
[Route("api/[controller]")]
public class StatusController : ControllerBase
{
[HttpGet]