Skip to content

Commit

Permalink
Workspace endpoint (#325)
Browse files Browse the repository at this point in the history
* modify worskapce app endpoint

* bump version -> 1.9.0
  • Loading branch information
roymoran authored Mar 13, 2021
1 parent b7cbc04 commit 2cac0fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.release
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GATSBY_API_ENDPOINT="https://pubapi.nasapps.net/api"
GATSBY_WORKSPACE_API_ENDPOINT="https://pub-workspaceType-workspace.azurewebsites.net"
GATSBY_WORKSPACE_API_ENDPOINT="https://pubworkspaceTypeworkspaceapp.nasapps.net"
GATSBY_PROFILING_API_ENDPOINT="https://pubprofiler.nasapps.net"
BUILD_PATH_PREFIX="/"
BUILD_SITE_URL="https://projectunicorn.net"
Expand Down
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.8.0",
"version": "1.9.0",
"private": true,
"scripts": {
"build": "gatsby build --prefix-paths",
Expand Down

0 comments on commit 2cac0fd

Please sign in to comment.