Skip to content

Commit

Permalink
Upated bothub.io template
Browse files Browse the repository at this point in the history
  • Loading branch information
nmarus committed Sep 11, 2016
1 parent 6f2464e commit 29245e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/bothub-template/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var webhook = require('node-flint/webhook');
var Socket2meClient = require('socket2me-client');
var path = require('path');

var server = new Socket2meClient('http://socket.bothub.io');
var server = new Socket2meClient('https://socket.bothub.io');

// flint options
var config = require(path.join(__dirname, 'config.js'));
Expand Down

0 comments on commit 29245e7

Please sign in to comment.