mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-16 23:43:18 +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}
|
||||
*/
|
||||
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 = {
|
||||
|
|
Loading…
Reference in a new issue