From 16bc2507898dde014c29df781f3c0170727d213e Mon Sep 17 00:00:00 2001 From: ThompsonNye Date: Thu, 12 Jun 2025 19:20:22 +0200 Subject: [PATCH] Fix project name spelling --- src/Vegasco.Server.AppHost.Shared/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Vegasco.Server.AppHost.Shared/Constants.cs b/src/Vegasco.Server.AppHost.Shared/Constants.cs index 74e2769..b220976 100644 --- a/src/Vegasco.Server.AppHost.Shared/Constants.cs +++ b/src/Vegasco.Server.AppHost.Shared/Constants.cs @@ -4,7 +4,7 @@ public static class Constants { public static class Projects { - public const string Api = "Vegasco.Server.Api"; + public const string Api = "Vegasco-Server-Api"; } public static class Database