1
0
Fork 0
mirror of https://github.com/vbatts/imgsrv.git synced 2024-11-23 16:45:39 +00:00

client provides the 'view' link when a file is uploaded

This commit is contained in:
Vincent Batts 2013-06-04 14:37:39 -04:00
parent eb1946b223
commit 7190667271

View file

@ -87,7 +87,7 @@ func main() {
} else {
log.Println("WARN: you didn't provide any keywords :-(")
}
url, err := url.Parse(RemoteHost + "/f/" + queryParams)
url, err := url.Parse(RemoteHost + "/v/" + queryParams)
if err != nil {
log.Println(err)
return