From 8cf6acdca286336bbf06105fb2a42e022c4a33e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E7=94=9F?= Date: Sun, 4 Jan 2015 11:20:56 +0800 Subject: [PATCH] Rest controller --- docs/guide-zh-CN/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/guide-zh-CN/README.md b/docs/guide-zh-CN/README.md index 0a9d686e11..c439cc03da 100644 --- a/docs/guide-zh-CN/README.md +++ b/docs/guide-zh-CN/README.md @@ -119,6 +119,7 @@ RESTful Web 服务 * **已定稿** [快速入门](rest-quick-start.md) * **已定稿** [资源](rest-resources.md) +* **已定稿** [控制器](rest-controllers.md) * **已定稿** [路由](rest-routing.md) * **已定稿** [格式化响应](rest-response-formatting.md) * **已定稿** [授权验证](rest-authentication.md)