Skip to content

Commit

Permalink
format client
Browse files Browse the repository at this point in the history
  • Loading branch information
martenson committed Feb 10, 2024
1 parent f121a47 commit a6f6ace
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/api/workflows.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ import { fetcher } from "@/api/schema";
export const workflowsFetcher = fetcher.path("/api/workflows").method("get").create();
export const sharing = fetcher.path("/api/workflows/{workflow_id}/sharing").method("get").create();
export const enableLink = fetcher.path("/api/workflows/{workflow_id}/enable_link_access").method("put").create();

0 comments on commit a6f6ace

Please sign in to comment.