Skip to content

Commit 4fcb70c

Browse files
author
Borja García Rodríguez
committed
fix namespace top level statement
1 parent 4a71f48 commit 4fcb70c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Basket/Basket.API/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ IConfiguration GetConfiguration()
106106

107107
public class Program {
108108

109-
public static string Namespace = typeof(Program).Namespace;
109+
public static string Namespace = typeof(Startup).Namespace;
110110
public static string AppName = Namespace.Substring(Namespace.LastIndexOf('.', Namespace.LastIndexOf('.') - 1) + 1);
111111
}

0 commit comments

Comments
 (0)