From 220a494400648cef9676254add46d15f4930db96 Mon Sep 17 00:00:00 2001 From: thuhole Date: Thu, 18 Jun 2020 13:24:29 +0800 Subject: [PATCH] image function update --- src/Flows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Flows.js b/src/Flows.js index 8148ec3..35aa88d 100644 --- a/src/Flows.js +++ b/src/Flows.js @@ -10,7 +10,7 @@ import {TokenCtx, ReplyForm} from './UserAction'; import {API, THUHOLE_API_ROOT} from './flows_api'; -const IMAGE_BASE=THUHOLE_API_ROOT+'services/thuhole/images/'; +const IMAGE_BASE=THUHOLE_API_ROOT+'/images/'; const AUDIO_BASE=THUHOLE_API_ROOT+'services/thuhole/audios/'; const CLICKABLE_TAGS={a: true, audio: true};