Remove GameItemsData.csv and update item loading path in Program.cs

This commit is contained in:
2025-02-16 12:27:27 -03:00
parent 77f4ada5f1
commit 795ca383d6
2 changed files with 1 additions and 22 deletions
+1 -1
View File
@@ -96,7 +96,7 @@ namespace PetCompanion
using (var scope = app.Services.CreateScope())
{
var itemService = scope.ServiceProvider.GetRequiredService<GameItemService>();
itemService.LoadItemsFromCsv("GameItemsData.csv");
itemService.LoadItemsFromCsv("game-data/GameItemsData.csv");
}
// Use CORS policy