Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
adueck committed Nov 27, 2024
1 parent 9b3a422 commit efc53d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/lib/backend-calls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const baseUrl: Record<Service, string> = {
export async function publishDictionary(): Promise<
FT.PublishDictionaryResponse | FT.FunctionError
> {
return (await myFetch("functions", "publishDictionary")) as
return (await myFetch("functions", "publish")) as
| FT.PublishDictionaryResponse
| FT.FunctionError;
}
Expand Down

0 comments on commit efc53d4

Please sign in to comment.