From c069438d7eca1e51f192e5c83c03a3615de53a3d Mon Sep 17 00:00:00 2001 From: phobal Date: Mon, 7 Jan 2019 01:01:11 +0800 Subject: [PATCH] Update: switch video resource --- app/utils/fetch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils/fetch.js b/app/utils/fetch.js index 7d345f1..7fe4653 100644 --- a/app/utils/fetch.js +++ b/app/utils/fetch.js @@ -1,7 +1,7 @@ import axios from 'axios'; -const BASEURL = 'https://iodefog.github.io/text/viplist.json'; +const BASEURL = 'https://iodefog.github.io/text/mviplistmm.json'; const instance = axios.create({ baseURL: BASEURL,