🐛 添加前端页面

This commit is contained in:
2024-10-02 13:46:10 +08:00
parent 7fb9feee5b
commit 33618b9d00
18 changed files with 47 additions and 19 deletions

View File

@ -1,6 +1,8 @@
package main
import "server-status-be/api"
import (
"server-status-be/api"
)
func main() {
api.Run()