From 429d2eb0b79d314e69c4e88dbfdc9611d7612011 Mon Sep 17 00:00:00 2001 From: wailovet <19940108> Date: Sat, 27 Apr 2019 18:20:49 +0800 Subject: [PATCH] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73127d3..372a655 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ type Index struct { core.Controller } -/* +/* * 访问url:http://{host}:{port}/{api_router}/{包名首字母大写}/{结构名首字母大写}/{方法名首字母小写}.json * 例:http://127.0.0.1:8808/Api/Index/Index/index.json */