Skip to content

Commit

Permalink
bug: removed root route that overrides the SPA router (#880)
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilhau authored Dec 6, 2024
1 parent 8d75d5f commit 6e48bbd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ namespace Equinor.ProjectExecutionPortal.ClientBackend.Controllers
public class BundleController : Controller
{
[Authorize]
[HttpGet("/")]
[HttpGet("/authentication/{*anything}")]
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public Task<IActionResult> Index()
Expand Down

0 comments on commit 6e48bbd

Please sign in to comment.