From 48f6b2b8be79da93b659641d042b25e0a31eb13d Mon Sep 17 00:00:00 2001 From: Rudis Muiznieks Date: Tue, 22 Jun 2021 09:27:25 -0500 Subject: [PATCH] fixed urls on public web --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 01c47c2..51ea47a 100644 --- a/static/index.html +++ b/static/index.html @@ -17,10 +17,10 @@

How does it work?

Dotplan API

Fetch the plan for example@dotplan.online as plain text:

-
    curl https://dotplan.online/example@dotplan.online
+
    curl https://dotplan.online/plan/example@dotplan.online

Fetch the plan for example@dotplan.online as JSON:

    curl -H 'Accept: application/json' \
-      https://dotplan.online/example@dotplan.online
+ https://dotplan.online/plan/example@dotplan.online

See the GitHub for more details, such as how to verify signed plans.

Dotplan Online

Register the email address test@example.com with password my-password-123 (an email with further instructions will be sent):