From 0bffa909e22edc5a3947a09b32cfb4ff8d3dd5e7 Mon Sep 17 00:00:00 2001 From: Hank Date: Tue, 23 Jun 2026 16:03:11 +0800 Subject: [PATCH] =?UTF-8?q?docs(readme):=20=E6=9C=8D=E5=8B=99=20URL=20?= =?UTF-8?q?=E8=A1=A8=E6=A0=BC=E8=A3=9C=E4=B8=8A=E7=94=9F=E7=94=A2=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E5=B0=8D=E6=87=89=E7=B6=B2=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 4.6 --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index fb40402..51bcb17 100644 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ Swagger UI(由 l5-swagger 生成)涵蓋所有端點,包含: - 教練課程 / 時段 / 預約管理 / 資格驗證申請(證照送審) - 管理員後台 -| 環境 | Swagger UI URL | -|------|----------------| +| 環境 | Swagger UI | +|------|-----------| | 本地 | http://localhost:8080/api/documentation | -| JSON | http://localhost:8080/docs/api-docs.json | +| 生產 | https://api.hank-space.com/api/documentation | --- @@ -87,10 +87,11 @@ GET /health 目前首頁尚未提供明顯導引到教練後台的入口。若要體驗教練功能,請直接開啟 `/coach/login`,使用上方教練試用帳號登入後會進入 `/coach/dashboard`。 -| 服務 | URL | -|------|-----| -| API / 前端 | http://localhost:8080 | -| Swagger UI | http://localhost:8080/api/documentation | -| phpMyAdmin | http://localhost:8081 | -| Mailpit | http://localhost:8025 | -| Reverb WebSocket | ws://localhost:8085 | +| 服務 | 本地 | 生產 | +|------|------|------| +| 前端 | http://localhost:8080 | https://app.hank-space.com | +| API | http://localhost:8080/api | https://api.hank-space.com/api | +| Swagger UI | http://localhost:8080/api/documentation | https://api.hank-space.com/api/documentation | +| phpMyAdmin | http://localhost:8081 | http://\:8081 | +| Mailpit | http://localhost:8025 | http://\:8025 | +| Reverb WebSocket | ws://localhost:8085 | wss://ws.hank-space.com |