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
1 changed files with 1 additions and 1 deletions

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