flaschengeist-frontend/src/config.ts

5 lines
90 B
TypeScript
Raw Normal View History

2020-10-15 01:35:44 +00:00
const config = {
baseURL: "http://flaschengeist.local:5000"
};
export default config;