status実装
とりあえずCPU使用率だけ
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
Reference in New Issue
Block a user