feat(infra): scaffold LmxFakeProxy project with proto and test project
This commit is contained in:
5
infra/lmxfakeproxy/Program.cs
Normal file
5
infra/lmxfakeproxy/Program.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
var builder = WebApplication.CreateBuilder(args);
|
||||
builder.Services.AddGrpc();
|
||||
var app = builder.Build();
|
||||
app.MapGet("/", () => "LmxFakeProxy is running");
|
||||
app.Run();
|
||||
Reference in New Issue
Block a user