1
0
mirror of https://github.com/fumiama/paper-manager.git synced 2026-06-28 14:50:29 +08:00

finish getFileBlob

This commit is contained in:
源文雨
2023-04-15 23:50:59 +08:00
parent 0e55371ffb
commit 2286438097
5 changed files with 23 additions and 18 deletions

View File

@@ -31,6 +31,7 @@ func main() {
http.HandleFunc("/api/", backend.APIHandler)
http.HandleFunc("/file/", backend.FileHandler)
http.HandleFunc("/paper/", backend.PaperHandler)
http.HandleFunc("/upload", backend.UploadHandler)
logrus.Infoln("[http.Serve] start at", l.Addr())