From aa5d9cad26dd8bfed037c9e8fdc26f2658a65544 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Wed, 10 Jun 2026 14:51:04 +0800 Subject: [PATCH] docs: add reference link to API gateway in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de33c06..20f4a7d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The frontend is built with SvelteKit. It dynamically loads transport endpoints f ## Run -1. Ensure your API gateway is running at http://localhost:8067. +1. Ensure your API gateway is running at http://localhost:8067. Refer to https://github.com/furyhawk/lta_datamall_api.git 2. Install dependencies: ```bash