Skip to content

Instantly share code, notes, and snippets.

@babaktaremi
Created August 24, 2021 06:45
Show Gist options
  • Save babaktaremi/5049a917b85f69f7109134e3216368f2 to your computer and use it in GitHub Desktop.
Save babaktaremi/5049a917b85f69f7109134e3216368f2 to your computer and use it in GitHub Desktop.
builder.Services.AddHttpClient<IChatService, ChatService>(options =>
options.BaseAddress = new Uri("http://localhost:5000/"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment