mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-12-28 09:14:21 +00:00
Booru images API base URL changed.
This commit is contained in:
parent
02c0594509
commit
58a38460f9
|
@ -11,10 +11,10 @@ function Booru($links, options) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Откуда тянуть картинки
|
* Base URL of gelbooru picture API (@NokitaKaze)
|
||||||
* @type {String}
|
* @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 */
|
/* jshint maxlen:false */
|
||||||
Booru.services = {
|
Booru.services = {
|
||||||
|
|
Loading…
Reference in a new issue