fix: Add newline after URL
This commit is contained in:
parent
e4813daf4d
commit
83e466bf9d
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -76,5 +76,5 @@ func (h *Handler) ServeHTTP(wr http.ResponseWriter, req *http.Request) {
|
|||
}
|
||||
|
||||
log.Println("uploaded as", name)
|
||||
wr.Write([]byte(h.Domain + "/" + name))
|
||||
wr.Write([]byte(h.Domain + "/" + name + "\n"))
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue