From 4497c67c1127e49e30d1fb6d2a859732669367f6 Mon Sep 17 00:00:00 2001 From: Georg Reisinger Date: Thu, 7 Jan 2021 20:47:10 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f430aef..ff5df28 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,11 @@ Created by *Georg Reisinger* | ROUTE | BESCHREIBUNG | ATTRIBUTE | RETURN | HEADER | |---------------------|---------------------|-----------|--------|------------------------------------------------------| | /tradings/{TradeID} | delete trading deal | / | / | --header "Authorization: Basic kienboec-mtcgToken" | +| /db/all | Reset DB + Recreate | / | / |--header "Authorization: Basic admin-mtcgToken" | ## Insomnia Requests Basierend auf dem [Curl Script]((https://github.com/DerGeorg/SWE1-MTCG/blob/master/curl.bat)) habe ich die Requests in Insomnia erstellt. [Öffne insomnia.json](https://github.com/DerGeorg/SWE1-MTCG/blob/master/insomnia.json) ## UML * [UML.png](https://github.com/DerGeorg/SWE1-MTCG/blob/master/UML2021.png) * [UML.svg](https://github.com/DerGeorg/SWE1-MTCG/blob/master/UML2021.svg) -![UML2021.svg](UML2021.svg) \ No newline at end of file +![UML2021.svg](UML2021.svg)