Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
webservice
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container Registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DevOps (Lecture FB VI)
webservice
Merge requests
!17
Update file README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update file README.md
lasc2163/webservice:fix-readme
into
main
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Lars Niklas Schröder
requested to merge
lasc2163/webservice:fix-readme
into
main
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Just a missing
\
in a multi-line command
Merge request reports
Viewing commit
983f3e4f
Show latest version
1 file
+
1
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
983f3e4f
Update file README.md
· 983f3e4f
Lars Niklas Schröder
authored
1 year ago
README.md
+
1
−
1
Options
@@ -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