From bf3a2382021628b988ef4ba3f867c4128c0ddb7f Mon Sep 17 00:00:00 2001 From: Yannic Nevado Hidalgo <yannic.hidalgo@stud.h-da.de> Date: Sun, 6 Mar 2022 18:48:30 +0000 Subject: [PATCH] Update README.adoc --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index c31ac8a..f0ecc5e 100644 --- a/README.adoc +++ b/README.adoc @@ -88,7 +88,7 @@ curl http://localhost:5000/benutzer \ === DELETE -* `http://localhost:5000/benutzert/:customerID` +* `http://localhost:5000/benutzer/:customerID` ** Löscht einen Benutzer anhand seiner `customerID` *** `curl --user admin:admin -X DELETE http://localhost:5000/benutzer/1` -- GitLab