Skip to content

Commit

Permalink
Merge branch 'main' into feat/pcs5-radix
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetilhau committed Dec 6, 2024
2 parents 76fb881 + 6e48bbd commit e82f0ad
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 e82f0ad

Please sign in to comment.