OfficeDev / msteams-samples-hello-world-nodejs

Microsoft Teams hello world sample app in Node.js
MIT License
83 stars 169 forks source link

Make the code work with the tutorial #11

Closed allanlykkechristensen closed 5 years ago

allanlykkechristensen commented 5 years ago

../config points to a config directory outside the project folder. For the code to work it must point to the project directory (i.e. ./config instead of ../config)

Furthermore, for the code to work out of the box with the tutorial, the bot configuration keys also need to change from microsoftAppId to appId, etc.

msftclas commented 5 years ago

CLA assistant check
All CLA requirements met.

billbliss commented 5 years ago

The sample is slightly out of sync with the tutorial because we are in the process of updating the tutorial, but we haven't published it yet. I thought we would - in hindsight we should have used a branch. Sorry for the confusion.