Skip to content

Commit

Permalink
Fix loader accept header
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Feb 14, 2024
1 parent 228304e commit 396cd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclipse-pass.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ services:
- .env
- .eclipse-pass.local_env
entrypoint: /bin/sh -c
command: [ 'curl http://pass-core:8080/data/ -u "$$PASS_CORE_BACKEND_USER:$$PASS_CORE_BACKEND_PASSWORD" -X PATCH -H "content-type: application/vnd.api+json; ext=jsonpatch" -d "@/data.json"' ]
command: [ 'curl http://pass-core:8080/data/ -u "$$PASS_CORE_BACKEND_USER:$$PASS_CORE_BACKEND_PASSWORD" -X PATCH -H "content-type: application/vnd.api+json;ext=jsonpatch" -H "accept:application/vnd.api+json; ext=jsonpatch" -d "@/data.json"' ]
networks:
- back
depends_on:
Expand Down

0 comments on commit 396cd4e

Please sign in to comment.