From 97287f160c7f89169777d744161c1bc8b29128a5 Mon Sep 17 00:00:00 2001 From: Elsio Sanchez <45974454+elsiosanchez@users.noreply.github.com> Date: Wed, 19 May 2021 12:01:36 -0400 Subject: [PATCH] change end point (#858) Co-authored-by: elsiosanchez --- config/default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/default.json b/config/default.json index b354c010..d66b32d4 100644 --- a/config/default.json +++ b/config/default.json @@ -5,11 +5,11 @@ }, "adempiere": { "api": { - "url": "https://api.erpya.com/api", + "url": "https://api.erpya.com/api/adempiere/", "timeout": 10000 }, "images": { - "url": "https://api.erpya.com/api" + "url": "https://api.erpya.com/api/adempiere/" } }, "repository": {