Skip to content

Commit

Permalink
Update client/src/api/histories.ts
Browse files Browse the repository at this point in the history
Co-authored-by: David López <[email protected]>
  • Loading branch information
guerler and davelopez authored Feb 8, 2024
1 parent 482fae5 commit 81d87b2
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 @@ -6,5 +6,4 @@ export const deleteHistory = fetcher.path("/api/histories/{history_id}").method(
export const deleteHistories = fetcher.path("/api/histories/batch/delete").method("put").create();
export const undeleteHistory = fetcher.path("/api/histories/deleted/{history_id}/undelete").method("post").create();
export const undeleteHistories = fetcher.path("/api/histories/batch/undelete").method("put").create();
export const historiesQuery = fetcher.path("/api/histories").method("get").create();
export const publishedHistoriesFetcher = fetcher.path("/api/histories/published").method("get").create();

0 comments on commit 81d87b2

Please sign in to comment.