[0eda78]: / frontend / src / environments / environment.ts

Download this file

5 lines (4 with data), 91 Bytes

1
2
3
4
export const environment = {
production: false,
backendUrl: 'http://localhost:5000'
};