Merge pull request 'docs(readme): 服務 URL 表格補上生產環境對應網址' (#54) from feat/swagger-coverage-gaps into master
Deploy Production / deploy (push) Successful in 13s
Run Tests / test (push) Successful in 29s

Reviewed-on: #54
This commit was merged in pull request #54.
This commit is contained in:
2026-06-23 08:05:36 +00:00
+11 -10
View File
@@ -57,10 +57,10 @@ Swagger UI(由 l5-swagger 生成)涵蓋所有端點,包含:
- 教練課程 / 時段 / 預約管理 / 資格驗證申請(證照送審) - 教練課程 / 時段 / 預約管理 / 資格驗證申請(證照送審)
- 管理員後台 - 管理員後台
| 環境 | Swagger UI URL | | 環境 | Swagger UI |
|------|----------------| |------|-----------|
| 本地 | http://localhost:8080/api/documentation | | 本地 | 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` 目前首頁尚未提供明顯導引到教練後台的入口。若要體驗教練功能,請直接開啟 `/coach/login`,使用上方教練試用帳號登入後會進入 `/coach/dashboard`
| 服務 | URL | | 服務 | 本地 | 生產 |
|------|-----| |------|------|------|
| API / 前端 | http://localhost:8080 | | 前端 | http://localhost:8080 | https://app.hank-space.com |
| Swagger UI | http://localhost:8080/api/documentation | | API | http://localhost:8080/api | https://api.hank-space.com/api |
| phpMyAdmin | http://localhost:8081 | | Swagger UI | http://localhost:8080/api/documentation | https://api.hank-space.com/api/documentation |
| Mailpit | http://localhost:8025 | | phpMyAdmin | http://localhost:8081 | http://\<vps-ip\>:8081 |
| Reverb WebSocket | ws://localhost:8085 | | Mailpit | http://localhost:8025 | http://\<vps-ip\>:8025 |
| Reverb WebSocket | ws://localhost:8085 | wss://ws.hank-space.com |