corrected config error
This commit is contained in:
parent
0fc4530430
commit
b8de10d337
@ -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 ->
|
||||
|
Loading…
Reference in New Issue
Block a user