learnhouse/front/services/config.ts

3 lines
109 B
TypeScript

const LEARNHOUSE_API_URL = "http://localhost:1338/api/";
export const getAPIUrl = () => LEARNHOUSE_API_URL;