forked from vergnet/application-amicale
Add urls leading to proxiwash webpage (washinsa and tripodeB)
This commit is contained in:
parent
20aed5cc80
commit
53b3f00005
1 changed files with 5 additions and 0 deletions
|
@ -30,6 +30,7 @@ const PROXIMO_ENDPOINT = STUDENT_SERVER + '~proximo/v2/api/';
|
||||||
const PROXIMO_IMAGES_ENDPOINT =
|
const PROXIMO_IMAGES_ENDPOINT =
|
||||||
STUDENT_SERVER + '~proximo/api_proximo/storage/app/public/';
|
STUDENT_SERVER + '~proximo/api_proximo/storage/app/public/';
|
||||||
const APP_IMAGES_ENDPOINT = STUDENT_SERVER + '~amicale_app/images/';
|
const APP_IMAGES_ENDPOINT = STUDENT_SERVER + '~amicale_app/images/';
|
||||||
|
const PROXIWASH_ENDPOINT = 'https://www.proxiwash.com/weblaverie/ma-laverie-2?s=';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
amicale: {
|
amicale: {
|
||||||
|
@ -48,6 +49,10 @@ export default {
|
||||||
images: PROXIMO_IMAGES_ENDPOINT + 'img/',
|
images: PROXIMO_IMAGES_ENDPOINT + 'img/',
|
||||||
icons: PROXIMO_IMAGES_ENDPOINT + 'icon/',
|
icons: PROXIMO_IMAGES_ENDPOINT + 'icon/',
|
||||||
},
|
},
|
||||||
|
proxiwash: {
|
||||||
|
washinsa: PROXIWASH_ENDPOINT + 'cf4f39',
|
||||||
|
tripodeB: PROXIWASH_ENDPOINT + 'b310b7',
|
||||||
|
},
|
||||||
planex: {
|
planex: {
|
||||||
planning: PLANEX_SERVER,
|
planning: PLANEX_SERVER,
|
||||||
groups: PLANEX_SERVER + 'wsAdeGrp.php?projectId=1',
|
groups: PLANEX_SERVER + 'wsAdeGrp.php?projectId=1',
|
||||||
|
|
Loading…
Reference in a new issue