1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-08-11 13:39:48 +08:00

Add default API for testing project (#669)

Just add default URL for API use this API for testing project without install backend
This commit is contained in:
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

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"
}
}
}