This commit is contained in:
Philipp Dormann 2024-12-02 16:52:43 +01:00
parent 30dafb408d
commit 57d4a095a4
Signed by: philipp
GPG Key ID: 3BB9ADD52DCA4314

View File

@ -40,7 +40,7 @@ curl -X POST http://localhost:3000/api/v1/email \
"data": {
"name": "John Doe",
"barcode_url": "https://barcodeapi.org/api/8/12345670?",
"link": "https://run.lauf-fuer-kaya.de/selfservice/"
"link": "https://portal.lauf-fuer-kaya.de/"
}
}'
```