From 060911a3036554dbcfb2a2ed54fe02a39f749da7 Mon Sep 17 00:00:00 2001 From: Peace Onyekachi Date: Mon, 11 Mar 2024 16:41:06 +0100 Subject: [PATCH] updated icons --- CommBank-Server/CommBank.csproj | 2 +- CommBank-Server/Models/Goal.cs | 1 + CommBank-Server/Secrets.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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