mirror of
https://github.com/hay-kot/homebox.git
synced 2024-11-16 21:58:40 +00:00
4 lines
112 B
TypeScript
4 lines
112 B
TypeScript
export const PORT = "7745";
|
|
export const HOST = "http://127.0.0.1";
|
|
export const BASE_URL = HOST + ":" + PORT;
|
|
|