support both 404 andf 403 status codes in API response (404 should not log)
This commit is contained in:
@ -206,7 +206,6 @@ namespace Oqtane.Services
|
||||
Console.WriteLine($"Request: {response.RequestMessage.RequestUri}");
|
||||
Console.WriteLine($"Response status: {response.StatusCode} {response.ReasonPhrase}");
|
||||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user