File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
DbLabInstanceInstallForm/utils Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { CloudImage } from 'api/cloud/getCloudImages'
2
2
import { initialState } from '../reducer'
3
3
4
4
const API_SERVER = process . env . REACT_APP_API_SERVER
5
- const DEBUG_API_SERVER = 'https://v2. postgres.ai/api/general'
5
+ const DEBUG_API_SERVER = 'https://postgres.ai/api/general'
6
6
7
7
export const availableTags = [ '3.4.0-rc.5' , '4.0.0-alpha.5' ]
8
8
Original file line number Diff line number Diff line change 1
1
import { initialState } from '../reducer'
2
2
3
3
const API_SERVER = process . env . REACT_APP_API_SERVER
4
- const DEBUG_API_SERVER = 'https://v2. postgres.ai/api/general'
4
+ const DEBUG_API_SERVER = 'https://postgres.ai/api/general'
5
5
6
6
export const getPlaybookCommand = (
7
7
state : typeof initialState ,
Original file line number Diff line number Diff line change 7
7
8
8
export const NODE_ENV = process . env . NODE_ENV
9
9
export const SENTRY_DSN = process . env . REACT_APP_SENTRY_DSN
10
- export const API_URL_PREFIX = 'https://v2. postgres.ai/api/general' ?? ''
10
+ export const API_URL_PREFIX = 'https://postgres.ai/api/general' ?? ''
11
11
export const WS_URL_PREFIX = process . env . REACT_APP_WS_URL_PREFIX ?? ''
12
12
export const BUILD_TIMESTAMP = process . env . BUILD_TIMESTAMP
You can’t perform that action at this time.
0 commit comments