PlayEdu-backend/src/js/config.ts
2023-03-03 16:45:43 +08:00

4 lines
58 B
TypeScript

export default {
app_url: process.env.REACT_APP_URL,
};