style(service): modify package name "service" to "sys"

This commit is contained in:
2026-05-07 19:28:49 +08:00
parent a0ef35627b
commit 44195c9f26
4 changed files with 97 additions and 97 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func ServeStatic(w http.ResponseWriter, r *http.Request) {
}
setContentType(w, path.Ext(filePath))
http.ServeContent(w, r, filePath, stat.ModTime(), f.(http.File))
http.ServeContent(w, r, filePath, stat.ModTime(), f)
return
}