add report page

This commit is contained in:
2023-02-03 22:47:51 +08:00
parent 5e016dccef
commit e77173a8af
3 changed files with 55 additions and 2 deletions

View File

@@ -11,3 +11,6 @@ const result = await fetch("http://localhost:3000/api/admin", {
}).then(resp => resp.text())
console.log(result)
// set begin
await fetch('http://localhost:3000/api/begin')