put in fixed error in appsetting.cs does not have other key
This commit is contained in:
@@ -4,9 +4,9 @@ public class AppSettings
|
||||
{
|
||||
public string Secret { get; set; }
|
||||
public string SQLConnectionString { get; set; }
|
||||
public string LoginWebAPI { get; set; }
|
||||
public string ImageFolder { get; set; }
|
||||
|
||||
public string ClientURL { get; set; }
|
||||
public string ImportFolder { get; set; }
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user