Skip to content

Commit

Permalink
Fix: Changes End Points (Images, Resource) (adempiere#1648)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsiosanchez committed Nov 21, 2023
1 parent 3e0a371 commit afd8c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"timeout": 99999999
},
"images": {
"url": "http://localhost:8085/api/file-management"
"url": "http://localhost:8080/api/file-management"
},
"resource": {
"url": "http://localhost:8085/api/file-management"
"url": "http://localhost:8080/api/adempiere/resource"
}
},
"repository": {
Expand Down

0 comments on commit afd8c62

Please sign in to comment.