Program.cs und appsettings.json bearbeitet. Abschnitt Config aus appsettings.json entfernt.

This commit is contained in:
Developer 02
2024-05-22 12:03:48 +02:00
parent 0ef9d3c49e
commit 1664b5739e
5 changed files with 32 additions and 25 deletions

View File

@@ -14,5 +14,6 @@
public static readonly string PossibleSecurityBreach = nameof(PossibleSecurityBreach);
public static readonly string WrongEnvelopeReceiverId = nameof(WrongEnvelopeReceiverId);
public static readonly string EnvelopeOrReceiverNonexists = nameof(EnvelopeOrReceiverNonexists);
public static readonly string Default = nameof(Default);
}
}