From a6012d51df37c4192d7c79924e4f44acfe5e85f3 Mon Sep 17 00:00:00 2001 From: alsotang Date: Sun, 19 Oct 2014 23:37:48 +0800 Subject: [PATCH] void 0 --- lesson15/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lesson15/README.md b/lesson15/README.md index b5d06cf..af69b2f 100644 --- a/lesson15/README.md +++ b/lesson15/README.md @@ -157,7 +157,9 @@ var Post = mongoose.model('Post', { ``` 评论就不要自己做了,接入多说:http://duoshuo.com/ + 编辑器就纯文本好了,用 markdown 写。 + 用户系统也不做,硬编码几个管理员账号在配置文件中,然后用 http basic auth:https://github.com/jshttp/basic-auth 来做验证。 完。