Skip to content
Snippets Groups Projects

Update file README.md

Merged Lars Niklas Schröder requested to merge lasc2163/webservice:fix-readme into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -111,7 +111,7 @@ curl \
@@ -111,7 +111,7 @@ curl \
List all existing entries (returns JSON or plain text, depending on the `Accept` header):
List all existing entries (returns JSON or plain text, depending on the `Accept` header):
```bash
```bash
curl \
curl \
-X GET
-X GET \
--header 'Accept: text/plain'\
--header 'Accept: text/plain'\
http://localhost:8080/states
http://localhost:8080/states
```
```
Loading