put in fixed error in appsetting.cs does not have other key

This commit is contained in:
2026-05-13 18:22:17 +10:00
parent fb751ecbc3
commit c0bc89083d
5 changed files with 46 additions and 38 deletions
+2 -2
View File
@@ -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; }
}
/*