3 lines
67 B
TypeScript
3 lines
67 B
TypeScript
|
export const Config = {
|
||
|
APIEndpoint: "http://127.0.0.1:5858"
|
||
|
};
|