1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-11 19:50:24 +08:00

add table visit in user.db

This commit is contained in:
源文雨
2023-03-21 23:19:01 +08:00
parent ddf7182234
commit 6269a9544f
14 changed files with 81 additions and 414 deletions

View File

@@ -384,6 +384,7 @@ func APIHandler(w http.ResponseWriter, r *http.Request) {
}
if h, ok := apimap[r.URL.Path]; ok {
global.UserDB.VisitAPI()
h.handle(w, r)
return
}