From 37cf5532187e439a4b5d0ad8544cdb67979b133c Mon Sep 17 00:00:00 2001 From: Florian Walther Date: Fri, 16 Jan 2026 22:16:15 +0100 Subject: [PATCH] link to help is now labeld API, help updated --- main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.go b/main.go index fc57978..6b014d3 100644 --- a/main.go +++ b/main.go @@ -92,7 +92,7 @@ func helpHandler(w http.ResponseWriter, r *http.Request) {

http://localhost:8080/api/password

Beispiele:

Mac/Linux (Terminal):

-
curl http://localhost:8080/api/password
+
echo $(curl -s http://localhost:8080/api/password)

Windows (PowerShell):

Invoke-RestMethod -Uri http://localhost:8080/api/password

Windows (cmd):

@@ -217,7 +217,7 @@ html := fmt.Sprintf(
- ? + API

Generiertes Passwort

%s