Add urls leading to proxiwash webpage (washinsa and tripodeB)
This commit is contained in:
parent
53b3f00005
commit
06dc9966ec
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,7 @@ export default {
|
|||
paymentMethods: 'screens.proxiwash.washinsa.paymentMethods',
|
||||
icon: 'school-outline',
|
||||
url: Urls.app.api + 'washinsa/washinsa_data.json',
|
||||
webPageUrl: Urls.proxiwash.washinsa,
|
||||
},
|
||||
tripodeB: {
|
||||
id: 'tripodeB',
|
||||
|
@ -58,5 +59,6 @@ export default {
|
|||
paymentMethods: 'screens.proxiwash.tripodeB.paymentMethods',
|
||||
icon: 'domain',
|
||||
url: Urls.app.api + 'washinsa/tripode_b_data.json',
|
||||
webPageUrl: Urls.proxiwash.tripodeB,
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue