From b8de10d33785ef57620b400ca4018d4209ade616 Mon Sep 17 00:00:00 2001 From: Paul Liverman III Date: Tue, 24 Apr 2018 22:36:27 -0700 Subject: [PATCH] corrected config error --- views/docs/v1.moon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/docs/v1.moon b/views/docs/v1.moon index c7fc347..d12212b 100644 --- a/views/docs/v1.moon +++ b/views/docs/v1.moon @@ -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 ->