We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 756e3cb + 238caad commit 2dc7882Copy full SHA for 2dc7882
1 file changed
src/Infrastructure/Data/Seeders/RegionSeeder.cs
@@ -22,7 +22,7 @@ await unitOfWork.Repository<Province>().AnyAsync(cancellationToken: cancellation
22
}
23
24
string path = AppContext.BaseDirectory;
25
- string fullPath = Path.Combine(path, "Data", "Seeds", "Resources");
+ string fullPath = Path.Combine(path, "Data", "Seeders", "Resources");
26
27
string provinceFilePath = Path.Combine(fullPath, "Provinces.json");
28
IEnumerable<Province>? provinces = Read<Province>(provinceFilePath);
0 commit comments