From 1ba4a87e12c3d6f84c1180543c7be264a00297ca Mon Sep 17 00:00:00 2001
From: Ivan Alglave <64541968+hihubbIe@users.noreply.github.com>
Date: Thu, 2 Feb 2023 15:42:55 +0100
Subject: [PATCH] Update README.md

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index c8a755e..772e549 100644
--- a/README.md
+++ b/README.md
@@ -66,4 +66,8 @@ $ npm run start:prod
 
 Any other command used to start might have *undefined behaviour* at runtime, as above commands may set environment variables required at runtime.
 
+## API documentation and endpoints
+
+When running, the documentation can be found at: `{url}/api`, and specific controllers can be found at `{url}/api/{controller name}`
+
 Check the [license](LICENSE).
-- 
GitLab