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:
parent
eb1946b223
commit
7190667271
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue