Browse Source

Add urls leading to proxiwash webpage (washinsa and tripodeB)

Gérald LEBAN 2 years ago
parent
commit
06dc9966ec
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      src/constants/ProxiwashConstants.ts

+ 2
- 0
src/constants/ProxiwashConstants.ts View File

@@ -48,6 +48,7 @@ export default {
48 48
     paymentMethods: 'screens.proxiwash.washinsa.paymentMethods',
49 49
     icon: 'school-outline',
50 50
     url: Urls.app.api + 'washinsa/washinsa_data.json',
51
+    webPageUrl: Urls.proxiwash.washinsa,
51 52
   },
52 53
   tripodeB: {
53 54
     id: 'tripodeB',
@@ -58,5 +59,6 @@ export default {
58 59
     paymentMethods: 'screens.proxiwash.tripodeB.paymentMethods',
59 60
     icon: 'domain',
60 61
     url: Urls.app.api + 'washinsa/tripode_b_data.json',
62
+    webPageUrl: Urls.proxiwash.tripodeB,
61 63
   },
62 64
 };

Loading…
Cancel
Save