questable-web-ui/src/sample.config.js

5 lines
72 B
JavaScript

const config = {
apiUrl: "http://localhost:5000"
};
export { config };