We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a71f48 commit 4fcb70cCopy full SHA for 4fcb70c
1 file changed
src/Services/Basket/Basket.API/Program.cs
@@ -106,6 +106,6 @@ IConfiguration GetConfiguration()
106
107
public class Program {
108
109
- public static string Namespace = typeof(Program).Namespace;
+ public static string Namespace = typeof(Startup).Namespace;
110
public static string AppName = Namespace.Substring(Namespace.LastIndexOf('.', Namespace.LastIndexOf('.') - 1) + 1);
111
}
0 commit comments