OsiPad/frontend/src/config.ts

4 lines
67 B
TypeScript

export const CONFIG = {
API_BASE_URL: "http://localhost:7231",
};