Add urls leading to proxiwash webpage (washinsa and tripodeB)

這個提交存在於:
Gérald LEBAN 2021-07-05 12:58:16 +02:00
父節點 20aed5cc80
當前提交 53b3f00005

查看文件

@ -30,6 +30,7 @@ const PROXIMO_ENDPOINT = STUDENT_SERVER + '~proximo/v2/api/';
const PROXIMO_IMAGES_ENDPOINT =
STUDENT_SERVER + '~proximo/api_proximo/storage/app/public/';
const APP_IMAGES_ENDPOINT = STUDENT_SERVER + '~amicale_app/images/';
const PROXIWASH_ENDPOINT = 'https://www.proxiwash.com/weblaverie/ma-laverie-2?s=';
export default {
amicale: {
@ -48,6 +49,10 @@ export default {
images: PROXIMO_IMAGES_ENDPOINT + 'img/',
icons: PROXIMO_IMAGES_ENDPOINT + 'icon/',
},
proxiwash: {
washinsa: PROXIWASH_ENDPOINT + 'cf4f39',
tripodeB: PROXIWASH_ENDPOINT + 'b310b7',
},
planex: {
planning: PLANEX_SERVER,
groups: PLANEX_SERVER + 'wsAdeGrp.php?projectId=1',