5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
|
const config = {
|
||
|
baseURL: "http://flaschengeist.local:5000"
|
||
|
};
|
||
|
|
||
|
export default config;
|