Skip to content

Commit e3bf40f

Browse files
committed
modify pub api/profiler endpoints
1 parent ebfdf21 commit e3bf40f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env.release

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
GATSBY_API_ENDPOINT="https://nasapps.ddns.net/api"
1+
GATSBY_API_ENDPOINT="https://pubapi.nasapps.net/api"
22
GATSBY_WORKSPACE_API_ENDPOINT="https://pub-workspaceType-workspace.azurewebsites.net"
3-
GATSBY_PROFILING_API_ENDPOINT="https://pub-profiler-collector.azurewebsites.net"
3+
GATSBY_PROFILING_API_ENDPOINT="https://pubprofiler.nasapps.net"
44
BUILD_PATH_PREFIX="/"
55
BUILD_SITE_URL="https://projectunicorn.net"
66
GATSBY_USE_MOCK=0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pub",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"private": true,
55
"scripts": {
66
"build": "gatsby build --prefix-paths",

0 commit comments

Comments
 (0)