Files
ecoconnect/client/src/config.ts
2024-06-22 23:59:44 +08:00

6 lines
86 B
TypeScript

const config = {
serverAddress: "http://localhost:5183",
};
export default config;