From 0bb4b7217dc24979ceeeefb97636faa3ec1b6894 Mon Sep 17 00:00:00 2001 From: thuhole Date: Sun, 2 Aug 2020 15:48:22 +0800 Subject: [PATCH] new image CDN --- src/Flows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Flows.js b/src/Flows.js index 74ea38f..baf7d40 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -25,7 +25,7 @@ import { TokenCtx, ReplyForm } from './UserAction'; import { API } from './flows_api'; -const IMAGE_BASE = 'https://img.thuhole.com/'; +const IMAGE_BASE = 'https://thimg.yecdn.com/'; const IMAGE_BAK_BASE = 'https://img2.thuhole.com/'; // const AUDIO_BASE=THUHOLE_API_ROOT+'services/thuhole/audios/';