Убрал дебаг

This commit is contained in:
Book Pauk
2019-01-01 22:56:18 +07:00
parent 1ffc15a6ed
commit 90ff4e1e58

View File

@@ -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;
}
}