Skip to content

Commit

Permalink
modify pub api/profiler endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
roymoran committed Mar 11, 2021
1 parent ebfdf21 commit e3bf40f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .env.release
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GATSBY_API_ENDPOINT="https://nasapps.ddns.net/api"
GATSBY_API_ENDPOINT="https://pubapi.nasapps.net/api"
GATSBY_WORKSPACE_API_ENDPOINT="https://pub-workspaceType-workspace.azurewebsites.net"
GATSBY_PROFILING_API_ENDPOINT="https://pub-profiler-collector.azurewebsites.net"
GATSBY_PROFILING_API_ENDPOINT="https://pubprofiler.nasapps.net"
BUILD_PATH_PREFIX="/"
BUILD_SITE_URL="https://projectunicorn.net"
GATSBY_USE_MOCK=0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pub",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"scripts": {
"build": "gatsby build --prefix-paths",
Expand Down

0 comments on commit e3bf40f

Please sign in to comment.