mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge pull request #80 from Human-Connection/fix_refresh_bug
Fix refresh bug
This commit is contained in:
commit
2284e88f90
@ -1,5 +1,5 @@
|
||||
export default function({ app }) {
|
||||
const backendUrl = process.BACKEND_URL || 'http://localhost:4000'
|
||||
const backendUrl = process.env.BACKEND_URL || 'http://localhost:4000'
|
||||
return {
|
||||
httpEndpoint: process.server ? backendUrl : '/api',
|
||||
httpLinkOptions: {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user