6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
export default {
|
|
url: {
|
|
prod: 'https://projeto-integrado-f.herokuapp.com',
|
|
local: 'http://localhost:3333'
|
|
},
|
|
} |