Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelljkotler committed Jun 24, 2024
1 parent 244a796 commit abebee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function update() {

function tag() {
var id = document.getElementById("tag_id").value;
const url = `https://api.www.documentcloud.org/api/documents/${id}/date/test_key/`;
const url = `https://api.www.documentcloud.org/api/documents/${id}/data/test_key/`;
fetch(url, {
method: "PUT",
credentials: "include",
Expand Down

0 comments on commit abebee5

Please sign in to comment.