mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Merge branch 'fix_refresh_bug' into temporary_merge_branch
This commit is contained in:
commit
64abd767e2
@ -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: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user