mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-19 09:18:16 +08:00
Fixing tests
This commit is contained in:
@ -7,6 +7,7 @@ namespace Ocelot.Configuration.File
|
||||
public FileAuthenticationOptions()
|
||||
{
|
||||
AllowedScopes = new List<string>();
|
||||
IdentityServerConfig = new FileIdentityServerConfig();
|
||||
}
|
||||
|
||||
public string Provider { get; set; }
|
||||
|
Reference in New Issue
Block a user