forked from tcp.direct/tcp.ac
1
0
Fork 0

making an unnecessary amount of small commits

This commit is contained in:
kayos@tcp.direct 2020-12-16 00:21:58 -08:00
parent 256884a0f6
commit 58458c0b37

View File

@ -107,7 +107,7 @@ func imgPost(c *gin.Context) {
fmt.Println("[imgPost][" + uid + "] no dupes found, storing md5 hash into md5 database with callback uid")
md5DB.Put([]byte(hash),[]byte(uid))
} else {
fmt.Println("[imgPost][" + uid + "] duplicate file found in md5 database, returning URL for uid: " + string(imgRef))
fmt.Println("[imgPost][" + string(imgRef) + "] duplicate file found in md5 database, returning URL for uid: " + string(imgRef))
c.String(200,baseUrl + "i/" + string(imgRef) + "\n")
return
}