Booru images API base URL changed.

This commit is contained in:
Alexey Skobkin 2016-08-19 18:03:17 +03:00
parent 02c0594509
commit 58a38460f9
1 changed files with 2 additions and 2 deletions

View File

@ -11,10 +11,10 @@ function Booru($links, options) {
}
/**
* Откуда тянуть картинки
* Base URL of gelbooru picture API (@NokitaKaze)
* @type {String}
*/
Booru.baseUrl = 'https://api.kanaria.ru/point/get_booru_picture.php';
Booru.baseUrl = 'https://evidell.xyz/get_booru_picture.php';
/* jshint maxlen:false */
Booru.services = {