laiguoran пре 5 година
родитељ
комит
6ac48b980b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/extend/helper.js

+ 1 - 1
app/extend/helper.js

@@ -967,7 +967,7 @@ module.exports = {
     async urlToShort(url) {
         const apiUrl = 'https://api.uomg.com/api/long2dwz';
         const data = {
-            dwzapi: 'tcn',
+            dwzapi: 'mrwso',
             url,
         };
         const result = await this.sendRequest(apiUrl, data, 'get');