:art:新增请求日志记录

This commit is contained in:
coward
2024-06-03 17:09:45 +08:00
parent 30b7d6aeb6
commit e1f168b274
14 changed files with 266 additions and 6 deletions

View File

@@ -26,6 +26,7 @@ func main() {
route.ServerApi,
route.ClientApi,
route.SettingApi,
route.DashboardApi,
)
handler := route.InitRouter()