Merge branch 'fix_refresh_bug' into temporary_merge_branch

This commit is contained in:
Robert Schäfer 2018-12-08 23:18:48 +01:00
commit 64abd767e2

View File

@ -1,5 +1,5 @@
export default function({ app }) { export default function({ app }) {
const backendUrl = process.BACKEND_URL || 'http://localhost:4000' const backendUrl = process.env.BACKEND_URL || 'http://localhost:4000'
return { return {
httpEndpoint: process.server ? backendUrl : '/api', httpEndpoint: process.server ? backendUrl : '/api',
httpLinkOptions: { httpLinkOptions: {