diff --git a/website/src/lib/backend-calls.ts b/website/src/lib/backend-calls.ts index 1c008cf..6f3c5a0 100644 --- a/website/src/lib/backend-calls.ts +++ b/website/src/lib/backend-calls.ts @@ -1,22 +1,21 @@ import * as FT from "../types/functions-types"; import * as AT from "../types/account-types"; -type Service = "account" | "submissions"; // | "functions"; +type Service = "account" | "submissions" | "functions"; const baseUrl: Record = { account: "https://account.lingdocs.com/api/", // clean up redundancy in call, put it all in api? submissions: "https://account.lingdocs.com/", + functions: "https://functions.lingdocs.com/", }; -// FUNCTIONS CALLS - MUST BE RE-ROUTED THROUGH FIREBASE HOSTING IN ../../../firebase.json export async function publishDictionary(): Promise< FT.PublishDictionaryResponse | FT.FunctionError > { - throw new Error("not currently implemented on app"); - // return (await myFetch("functions", "publishDictionary")) as - // | FT.PublishDictionaryResponse - // | FT.FunctionError; + return (await myFetch("functions", "publishDictionary")) as + | FT.PublishDictionaryResponse + | FT.FunctionError; } export async function postSubmissions(