BotBuilder-Samples
BotBuilder-Samples copied to clipboard
pass the config parameter to axios to attach auth headers
Fixes #3610
Proposed Changes
Headers (Bearer token) were not being set in the axios request even though they were passed as a pram to the function. Also as responseType is also set in the config variable, removing the duplicate here.
Evidence that the code works:
