Skip to content

Commit

Permalink
Merge pull request #73 from customerio/inapp-12777
Browse files Browse the repository at this point in the history
Update to the latest renderer
  • Loading branch information
stephen-pope-customer-io authored Nov 6, 2024
2 parents fd0c972 + 96eee3d commit 629594d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/services/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const settings = {
"local": "http://api.local.gist.build:86"
},
GIST_VIEW_ENDPOINT: {
"prod": "https://renderer.gist.build/2.0",
"dev": "https://renderer.gist.build/beta",
"prod": "https://renderer.gist.build/3.0",
"dev": "https://renderer.gist.build/3.0",
"local": "http://app.local.gist.build:8080/web"
}
}

0 comments on commit 629594d

Please sign in to comment.