Skip to content

Commit 737f0f0

Browse files
committed
removed mistaked double project representation
1 parent 6ddde9b commit 737f0f0

File tree

2 files changed

+0
-8
lines changed
  • end/chapter09/Prometheus/Geolocation.AppHost
  • start/chapter09/Prometheus/Geolocation.AppHost

2 files changed

+0
-8
lines changed

end/chapter09/Prometheus/Geolocation.AppHost/Program.cs

-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,3 @@
1414
.WithReference(apApi);
1515

1616
builder.Build().Run();
17-
18-
builder.AddProject<Projects.YarpGateway>("gateway");
19-
20-
builder.Build().Run();

start/chapter09/Prometheus/Geolocation.AppHost/Program.cs

-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,3 @@
1010
.WithReference(apApi);
1111

1212
builder.Build().Run();
13-
14-
builder.AddProject<Projects.YarpGateway>("gateway");
15-
16-
builder.Build().Run();

0 commit comments

Comments
 (0)