pssecret-web/config.js

6 lines
84 B
JavaScript
Raw Normal View History

2025-01-09 12:31:40 +00:00
const config = {
API_BASE_URL: 'http://localhost:8000'
};
export default config;