mirror of
https://github.com/nsnail/Ocelot.git
synced 2026-03-22 02:12:04 +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