From 48d375be769c156c0839070aee0553014e5ea36c Mon Sep 17 00:00:00 2001 From: thuhole Date: Wed, 1 Jul 2020 10:25:01 +0800 Subject: [PATCH] update --- src/Flows.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Flows.js b/src/Flows.js index e1bbbb1..3659007 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -10,8 +10,8 @@ import {TokenCtx, ReplyForm} from './UserAction'; import {API, THUHOLE_API_ROOT} from './flows_api'; -const IMAGE_BASE=THUHOLE_API_ROOT+'/images/'; -const AUDIO_BASE=THUHOLE_API_ROOT+'services/thuhole/audios/'; +const IMAGE_BASE='//img.thuhole.com/'; +// const AUDIO_BASE=THUHOLE_API_ROOT+'services/thuhole/audios/'; const CLICKABLE_TAGS={a: true, audio: true}; const PREVIEW_REPLY_COUNT=10;