pssecret-web/static/config.js

5 lines
84 B
JavaScript

const config = {
API_BASE_URL: 'http://localhost:8000'
};
export default config;