Skip to content
This repository was archived by the owner on Jun 8, 2023. It is now read-only.

Commit c63fa37

Browse files
author
Tom Bell
committed
Merge pull request #798 from mjphaynes/master
Memecaptain API URL changed
2 parents c362141 + f638f8d commit c63fa37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/scripts/meme_captain.coffee

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ module.exports = (robot) ->
7878

7979

8080
memeGenerator = (msg, imageName, text1, text2, callback) ->
81-
imageUrl = "http://memecaptain.com/" + imageName
82-
msg.http("http://memecaptain.com/g")
81+
imageUrl = "http://v1.memecaptain.com/" + imageName
82+
msg.http("http://v1.memecaptain.com/g")
8383
.query(
8484
u: imageUrl,
8585
t1: text1,

0 commit comments

Comments
 (0)