docs(skywalking-logger): fix typo (#5580)

This commit is contained in:
罗泽轩 2021-11-24 09:08:05 +08:00 committed by GitHub
parent 3422713b9c
commit e567937b22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -60,7 +60,7 @@ The following is an example of how to enable the `skywalking-logger` for a speci
curl http://127.0.0.1:9080/apisix/admin/routes/1 -H 'X-API-KEY: edd1c9f034335f136f87ad84b625c8f1' -X PUT -d '
{
"plugins": {
"http-logger": {
"skywalking-logger": {
"endpoint_addr": "http://127.0.0.1:12800"
}
},