diff --git a/CommBank-Server/CommBank.csproj b/CommBank-Server/CommBank.csproj
index 983cc88..ff8bb98 100644
--- a/CommBank-Server/CommBank.csproj
+++ b/CommBank-Server/CommBank.csproj
@@ -13,7 +13,7 @@
-
+
diff --git a/CommBank-Server/Models/Goal.cs b/CommBank-Server/Models/Goal.cs
index 77ff1ad..728f938 100644
--- a/CommBank-Server/Models/Goal.cs
+++ b/CommBank-Server/Models/Goal.cs
@@ -15,6 +15,7 @@ public class Goal
public DateTime TargetDate { get; set; }
+ public string? Icon { get; set; }
public double Balance { get; set; } = 0.00;
public DateTime Created { get; set; } = DateTime.Now;
diff --git a/CommBank-Server/Secrets.json b/CommBank-Server/Secrets.json
index 0e5bf94..03ab963 100644
--- a/CommBank-Server/Secrets.json
+++ b/CommBank-Server/Secrets.json
@@ -1,5 +1,5 @@
{
"ConnectionStrings": {
- "CommBank": "{CONNECTION_STRING}"
+ "CommBank": "mongodb+srv://ebullient:I2ylsSIOAEfJiKid@cluster0.ukzwvez.mongodb.net/?retryWrites=true&w=majority"
}
}
\ No newline at end of file