Fix issue introduced with the "Installed Packages"

Signed-off-by: Sudhanshu Gautam <me@sudhanshug.com>
This commit is contained in:
Sudhanshu Gautam 2019-09-02 02:52:06 +05:30
parent ce4d2e1436
commit dd6624c322
2 changed files with 967 additions and 989 deletions

View file

@ -1,5 +1,7 @@
import axios from 'axios';
const base =
'https://cors-anywhere.herokuapp.com/https://aparcar.stephen304.com';
const base_downloads =
'https://cors-anywhere.herokuapp.com/https://aparcar.stephen304.com/download/json-demo/openwrt/';
const base_api =
@ -12,6 +14,8 @@ class DataService {
getDeviceData = device_path => axios.get(base_downloads + device_path);
getDeviceManifest = manifest_path => axios.get(base + manifest_path);
getDevicePackages = (version, target, profile) =>
axios.get(
base_api +

1952
yarn.lock

File diff suppressed because it is too large Load diff