Merge branch 'patch-49' into 'master'

remove html tag

See merge request gitlab-org/gitlab-ce!26885
This commit is contained in:
Evan Read 2019-04-03 06:57:08 +00:00
commit e01d3517d5
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ The sample function can now be triggered from any HTTP client using a simple `PO
--header "Content-Type: application/json" \
--request POST \
--data '{"GitLab":"FaaS"}' \
<http://functions-echo.functions-1.functions.example.com/>
http://functions-echo.functions-1.functions.example.com
```
2. Using a web-based tool (ie. postman, restlet, etc)