Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from ryansydnor/express-server
Browse files Browse the repository at this point in the history
Include http server in botkit.webserver
  • Loading branch information
ryansydnor authored Oct 10, 2019
2 parents c07785d + 95fe376 commit 188ffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CoreBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -1585,7 +1585,7 @@ function Botkit(configuration) {
}));
botkit.webserver.use(express.static(static_dir));

botkit.webserver.listen(
botkit.webserver.server = botkit.webserver.listen(
botkit.config.port,
botkit.config.hostname,
function() {
Expand Down

0 comments on commit 188ffb0

Please sign in to comment.