Destory api. subdomain
api.example.com --> example.com/api
This commit is contained in:
parent
8eebec30b8
commit
003ecd4c58
5 changed files with 8 additions and 6 deletions
|
|
@ -2,6 +2,7 @@ declare const _HOST_: string;
|
|||
declare const _HOSTNAME_: string;
|
||||
declare const _URL_: string;
|
||||
declare const _API_URL_: string;
|
||||
declare const _WS_URL_: string;
|
||||
declare const _DOCS_URL_: string;
|
||||
declare const _STATS_URL_: string;
|
||||
declare const _STATUS_URL_: string;
|
||||
|
|
@ -20,6 +21,7 @@ export const host = _HOST_;
|
|||
export const hostname = _HOSTNAME_;
|
||||
export const url = _URL_;
|
||||
export const apiUrl = _API_URL_;
|
||||
export const wsUrl = _WS_URL_;
|
||||
export const docsUrl = _DOCS_URL_;
|
||||
export const statsUrl = _STATS_URL_;
|
||||
export const statusUrl = _STATUS_URL_;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue