Skip to content

Commit

Permalink
Change header content type to application/fhir+json
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Feb 13, 2024
1 parent c1efff9 commit 95523a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/smart-forms-app/src/api/headers.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const HEADERS = {
'Cache-Control': 'no-cache',
'Content-Type': 'application/json+fhir;charset=utf-8',
'Content-Type': 'application/fhir+json;charset=utf-8',
Accept: 'application/json;charset=utf-8'
};

0 comments on commit 95523a7

Please sign in to comment.