fix: 修复简报收集器URL错误
This commit is contained in:
parent
a0a80bbee8
commit
ef3cb5855f
@ -8,7 +8,7 @@ export const fetchCIMonitor = async () => {
|
||||
};
|
||||
|
||||
export const fetchReportCollector = async (msg: string) => {
|
||||
const url = `https://report.imoaix.cn/summary?msg=${msg}`;
|
||||
const url = `https://report.imoaix.cn/report?msg=${msg}`;
|
||||
try {
|
||||
const res = await fetch(url);
|
||||
return ((await res.json()) as string) || "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user