Skip to content

Commit

Permalink
unauth systemregister (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
simen-rekkedal authored Apr 23, 2024
1 parent 56dae1c commit 663366c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public SystemRegisterController(ISystemRegisterService systemRegisterService)
_systemRegisterService = systemRegisterService;
}

[Authorize]
//[Authorize]
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
[HttpGet]
public async Task<ActionResult> GetListOfRegisteredSystems(CancellationToken cancellationToken = default)
Expand Down

0 comments on commit 663366c

Please sign in to comment.