fix(views): 🚑 Corrige bugs para o funcionamento do app

This commit is contained in:
Hugo Falcao
2022-07-26 23:22:27 -03:00
parent b254c80093
commit 1c1e85c1ee
11 changed files with 1787 additions and 12728 deletions

View File

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