From de52ffdd1412590ea733942500534f62cfa1b84c Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Thu, 9 Jul 2026 19:56:45 -0700 Subject: Include a newline at the end of the API response --- roseh.moe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roseh.moe.go b/roseh.moe.go index 51caf17..6ac91e9 100644 --- a/roseh.moe.go +++ b/roseh.moe.go @@ -500,7 +500,7 @@ func wormholeAPIUpload(w http.ResponseWriter, r *http.Request) { return } w.Header().Set("Content-Type", "text/plain") - fmt.Fprintf(w, "%s/wormhole/%s", *selfURL, hole) + fmt.Fprintf(w, "%s/wormhole/%s\n", *selfURL, hole) } func wormholeDownload(w http.ResponseWriter, r *http.Request) { -- cgit v1.3.1