fix: accounting pazuz page

This commit is contained in:
Sérgio Salgado 2022-03-31 01:40:48 +01:00 committed by José Oliveira
parent c402c9a204
commit 822efaeaea
5 changed files with 78 additions and 42 deletions

View file

@ -12,8 +12,7 @@ import AppContext from 'src/AppContext'
const URI =
process.env.NODE_ENV === 'development' ? 'https://localhost:8070' : ''
const ALT_URI =
process.env.NODE_ENV === 'development' ? 'http://localhost:4001' : ''
const ALT_URI = 'http://localhost:4001'
const uploadLink = createUploadLink({
credentials: 'include',