mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 11:59:26 +00:00
3 lines
109 B
TypeScript
3 lines
109 B
TypeScript
const LEARNHOUSE_API_URL = "http://localhost:1338/api/";
|
|
|
|
export const getAPIUrl = () => LEARNHOUSE_API_URL;
|