forked from mirrors/homebox
5 lines
112 B
TypeScript
5 lines
112 B
TypeScript
|
export const PORT = "7745";
|
||
|
export const HOST = "http://127.0.0.1";
|
||
|
export const BASE_URL = HOST + ":" + PORT;
|
||
|
|