Files
tcc-vamos-frontend/src/environments/environment.ts
2022-07-26 23:22:27 -03:00

6 lines
130 B
TypeScript

export default {
url: {
prod: 'https://projeto-integrado-f.herokuapp.com',
local: 'http://localhost:3333'
},
}