Skip to content

Commit

Permalink
Messed up merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmchilton committed Mar 28, 2024
1 parent 14a8774 commit df71f29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/api/histories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ export const updateHistoryItemsInBulk = fetcher
.path("/api/histories/{history_id}/contents/bulk")
.method("put")
.create();
export const historiesQuery = fetcher.path("/api/histories/query").method("get").create();
export const sharing = fetcher.path("/api/histories/{history_id}/sharing").method("get").create();
export const enableLink = fetcher.path("/api/histories/{history_id}/enable_link_access").method("put").create();

0 comments on commit df71f29

Please sign in to comment.