From 90ff4e1e58dbe83edc28d2d619f5f3b4c77f6f9b Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Tue, 1 Jan 2019 22:56:18 +0700 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B1=D1=80=D0=B0=D0=BB=20=D0=B4=D0=B5?= =?UTF-8?q?=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/api/misc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/api/misc.js b/client/api/misc.js index 53a5604f..0ef96d97 100644 --- a/client/api/misc.js +++ b/client/api/misc.js @@ -2,7 +2,7 @@ import axios from 'axios'; class Misc { async loadConfig() { - const response = await axios.post('/api/config1', {params: ['name', 'version']}); + const response = await axios.post('/api/config', {params: ['name', 'version']}); return response.data; } }