Skip to content

Instantly share code, notes, and snippets.

@rahulsahay19
Created January 11, 2021 13:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rahulsahay19/6fe7941ec31494c8d8ffa0cfb677789d to your computer and use it in GitHub Desktop.
Save rahulsahay19/6fe7941ec31494c8d8ffa0cfb677789d to your computer and use it in GitHub Desktop.
AddHttpClient
services.AddHttpClient<IDiscountService, DiscountService>(c =>
c.BaseAddress = new Uri(Configuration["ApiConfigs:Discount:Uri"]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment