Deprecating asymmetric keys #86

Merged
kdeng00 merged 3 commits from deprecate_asymmetric_keys into master 2022-12-16 14:09:42 -05:00
Showing only changes of commit 522be59973 - Show all commits
-5
View File
@@ -53,11 +53,6 @@ namespace Icarus.Controllers.V1
[HttpGet("{id}")] [HttpGet("{id}")]
public IActionResult GetArtist(int id) public IActionResult GetArtist(int id)
{ {
if (!IsTokenValid("read:artists"))
{
return StatusCode(401, "Not allowed");
}
Artist artist = new Artist Artist artist = new Artist
{ {
ArtistID = id ArtistID = id