minor change
This commit is contained in:
@ -53,7 +53,7 @@ namespace nuget_host.Controllers
|
||||
var apikey = dbContext.ApiKeys.SingleOrDefault(k => k.Id == clearkey);
|
||||
if (apikey == null)
|
||||
{
|
||||
logger.LogInformation("403 : no api-key");
|
||||
logger.LogError("403 : no api-key");
|
||||
return Unauthorized();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user