From 396cd4e735049c817f3ec7fced1085df730ad902 Mon Sep 17 00:00:00 2001 From: Russ Poetker Date: Tue, 13 Feb 2024 15:25:56 -0500 Subject: [PATCH] Fix loader accept header --- eclipse-pass.local.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse-pass.local.yml b/eclipse-pass.local.yml index 0d4c009e..b033f32f 100644 --- a/eclipse-pass.local.yml +++ b/eclipse-pass.local.yml @@ -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: