Remove extra slash in endpoint (#5822)

This commit is contained in:
awelsh93 2018-06-05 21:11:26 +01:00 committed by Jihoon Son
parent 684b5d18c1
commit 1a4707f09c
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ There is only one possible resource name for the "STATE" config resource type, "
|`/druid/worker/v1/enabled`|middleManager|
|`/druid/worker/v1/tasks`|middleManager|
|`/druid/worker/v1/task/{taskid}/shutdown`|middleManager|
|`/druid/worker/v1//task/{taskid}/log`|middleManager|
|`/druid/worker/v1/task/{taskid}/log`|middleManager|
|`/druid/historical/v1`|historical|
|`/druid-internal/v1/segments/`|historical|
|`/druid-internal/v1/segments/`|peon|