From 5e16a7764592c222a6a7bc70e6f68ab6f49700b9 Mon Sep 17 00:00:00 2001 From: Peter Siegmund Date: Mon, 30 Sep 2024 22:44:16 +0200 Subject: [PATCH] update readme Signed-off-by: Peter Siegmund --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b024224..c78ee83 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,15 @@ ## Endpoints -`curl https://timezone.firmware-hq.dev/v1/timezone` +`curl https://firmware-hq.dev/v1/timezone` Will return the timezone information for the requesting client. Uses the external IP of the client -`curl https://timezone.firmware-hq.dev/v1/timezone/Europe` +`curl https://firmware-hq.dev/v1/timezone/Europe` Will return all locations within the area. -`curl https://timezone.firmware-hq.dev/v1/timezone/Europe/Berlin` +`curl https://firmware-hq.dev/v1/timezone/Europe/Berlin` Will return the timezone information for a specific area/location combination.