From 655e3c440237eb2e25e0b2b3fa79d86689e7b252 Mon Sep 17 00:00:00 2001 From: Sandro-Alessio Gierens Date: Sat, 26 Feb 2022 14:32:42 +0100 Subject: [PATCH] Fixed typo in README, wrong port in curl command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 510190a..5aa13f5 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ sudo systemctl reload nginx 4. Now you should be able to reach the API server via HTTPS: ```bash -curl -k https://127.0.0.1:5000/ -H "X-Auth-Token: ${TOKEN}" +curl -k https://127.0.0.1:5443/ -H "X-Auth-Token: ${TOKEN}" ``` ## Hardware