refactor: move to bun #19

Closed
philipp wants to merge 29 commits from bun into dev
Showing only changes of commit 57d4a095a4 - Show all commits

View File

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