Skip to content

Commit

Permalink
new backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Andersson committed Dec 31, 2021
1 parent 0d564de commit 5b354fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@neo4j/docs-ui",
"version": "0.13.3",
"version": "0.13.4",
"description": "Produces the UI bundle for the Neo4j documentation site",
"homepage": "https://github.com/neo4j-documentation/docs-ui",
"license": "MPL-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/js/20-graphacademy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (typeof WebAuth !== 'undefined') {
'use strict'

// constants
var backendBaseUrl = 'https://nmae7t4ami.execute-api.us-east-1.amazonaws.com/prod'
var backendBaseUrl = 'https://pysadbr27c.execute-api.us-east-1.amazonaws.com'
var location = window.location
var locationHref = location.href

Expand Down

0 comments on commit 5b354fd

Please sign in to comment.