change end point (#858)

Co-authored-by: elsiosanchez <elsiossanches@gmail.com>
pull/3759/head
Elsio Sanchez 2021-05-19 12:01:36 -04:00 committed by GitHub
parent 158e651aa4
commit 97287f160c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
}, },
"adempiere": { "adempiere": {
"api": { "api": {
"url": "https://api.erpya.com/api", "url": "https://api.erpya.com/api/adempiere/",
"timeout": 10000 "timeout": 10000
}, },
"images": { "images": {
"url": "https://api.erpya.com/api" "url": "https://api.erpya.com/api/adempiere/"
} }
}, },
"repository": { "repository": {