alexa-js / alexa-app-server

An Alexa app server for alexa-app.
MIT License
401 stars 116 forks source link

Fix router alexa app deprecation warning #78

Closed rickwargo closed 7 years ago

rickwargo commented 7 years ago

alexa-app now deprecates simultaneous use of both expressApp and router in app.express() and generates the following warning:

Usage deprecated: Both 'expressApp' and 'router' are specified.
More details on https://github.com/alexa-js/alexa-app/blob/master/UPGRADING.md

Removing router option from config brings the app-server up-to-date with alexa-app.

rickwargo commented 7 years ago

Old changes were added to this PR. Closing in favor of a new one.