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 5, 2024
2 parents fec8b85 + 8d75d5f commit 76fb881
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ 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 76fb881

Please sign in to comment.