corrected config error

This commit is contained in:
Paul Liverman III 2018-04-24 22:36:27 -07:00
parent 0fc4530430
commit b8de10d337

View File

@ -60,9 +60,9 @@ class Docs_1 extends Widget
p ->
text "All endpoints are at "
code "#{config.domain}/v1"
code "#{domain}/v1"
text ", so for example, to get an existing task, send a POST request to "
code "#{config.domain}/v1/get"
code "#{domain}/v1/get"
text " with the appropriate JSON and authorization (listed below)."
p ->