Cadastrando no banco

This commit is contained in:
Hugo Falcao
2022-04-17 22:41:01 -03:00
parent 2dde2de166
commit 373df29679
7 changed files with 3470 additions and 952 deletions

View File

@@ -0,0 +1,6 @@
export default {
url: {
prod: 'https://projeto-integrado-f.herokuapp.com',
local: 'http://localhost:3000'
},
}