fix image url
This commit is contained in:
parent
1258613f4b
commit
d21eeb6d15
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ module.exports = function(context, cb) {
|
|||
// console.log(context.body.originalRequest.data);
|
||||
var request = require('request');
|
||||
var url = 'https://vong-generator.com/generate';
|
||||
var IMGURL = "https://img.vong-generator.com/?message=";
|
||||
var IMGURL = "https://srv4.imgcdnhost.com/api/create/vong/?message=";
|
||||
var bildpls = false;
|
||||
var formData = {
|
||||
text: context.body.result.parameters.message,
|
||||
|
|
|
|||
Loading…
Reference in a new issue