oops
This commit is contained in:
parent
9b3a422796
commit
efc53d484e
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue