Skip to content

Commit

Permalink
Updated docs source
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalFlow authored Nov 17, 2021
1 parent 48c3aaf commit 21e7992
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/WebApiClient.Core.js.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ <h1 class="page-title">WebApiClient.Core.js</h1>
{ key: "Accept", value: "application/json" },
{ key: "OData-Version", value: "4.0" },
{ key: "OData-MaxVersion", value: "4.0" },
// Prevent caching since it sometimes sends old data as unmodified
{ key: "If-None-Match", value: "*" },
{ key: "Content-Type", value: "application/json; charset=utf-8" }
];

Expand Down

0 comments on commit 21e7992

Please sign in to comment.