From 58a38460f9659bbee6434cf77819225d49eb2d9f Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Fri, 19 Aug 2016 18:03:17 +0300 Subject: [PATCH] Booru images API base URL changed. --- chrome_point_plus/modules/booru.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chrome_point_plus/modules/booru.js b/chrome_point_plus/modules/booru.js index 3dbb66c..3b5ecc6 100644 --- a/chrome_point_plus/modules/booru.js +++ b/chrome_point_plus/modules/booru.js @@ -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 = {