Add default API for testing project (#669)

Just add default URL for API use this API for testing project without install backend
pull/3759/head
Yamel Senih 2021-03-15 05:15:36 -04:00 committed by GitHub
parent 4c1a34077d
commit 3959b51e10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -5,14 +5,14 @@
},
"adempiere": {
"api": {
"url": "http://localhost:8085",
"url": "https://api.erpya.com",
"service": "/adempiere-api",
"fullPath": "http://localhost:8085/adempiere-api"
"fullPath": "https://api.erpya.com/adempiere-api"
},
"images": {
"url": "http://localhost:8085",
"url": "https://api.erpya.com",
"service": "/adempiere-api/img",
"fullPath": "http://localhost:8085/adempiere-api/img"
"fullPath": "https://api.erpya.com/adempiere-api/img"
}
}
}