status実装
とりあえずCPU使用率だけ
This commit is contained in:
parent
598d6f7593
commit
5d9b5820af
10 changed files with 188 additions and 6 deletions
|
|
@ -8,6 +8,7 @@ const url = `${scheme}//${host}`;
|
|||
const apiUrl = `${scheme}//api.${host}`;
|
||||
const devUrl = `${scheme}//dev.${host}`;
|
||||
const aboutUrl = `${scheme}//about.${host}`;
|
||||
const statusUrl = `${scheme}//status.${host}`;
|
||||
|
||||
export default {
|
||||
host,
|
||||
|
|
@ -15,5 +16,6 @@ export default {
|
|||
url,
|
||||
apiUrl,
|
||||
devUrl,
|
||||
aboutUrl
|
||||
aboutUrl,
|
||||
statusUrl
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue