Skip to content

Commit

Permalink
Fix IAG adapter service config base_path
Browse files Browse the repository at this point in the history
  • Loading branch information
kvelarde-itential authored Jul 31, 2024
1 parent 0aca281 commit 61a189f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/platform/templates/iag_adapter_service_config.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"properties": {
"host": "{{ item }}",
"port": 8083,
"base_path": "/api",
"base_path": "",
"version": "v2.0",
"cache_location": "none",
"stub": false,
Expand Down

0 comments on commit 61a189f

Please sign in to comment.