xiongwilee / Gracejs

A Nodejs BFF framework, build with koa2(基于koa2的标准前后端分离框架)
https://grace.wilee.me
MIT License
1.39k stars 238 forks source link

访问不了hello/koagracce #3

Closed yuu2lee4 closed 8 years ago

yuu2lee4 commented 8 years ago

exports.koagrace = funtion* (){ this.body = 'hello koa-grace!'; } function单词拼错了

访问 http://127.0.0.1:3000/hello/koagrace 404

xiongwilee commented 8 years ago

这是哪个文件的拼写报错呢?

yuu2lee4 commented 8 years ago

3.2.3 控制器 就是这一章节

现在我访问127.0.0.1:3000/home http://127.0.0.1:3000/hello/koagrace 全是404啊 难道是我win的原因?

xiongwilee commented 8 years ago

呃,是的; 是在windows下面的一个BUG,现在已经修复了,你可以更新下koa-grace然后npm install下之后再试试哈

yuu2lee4 commented 8 years ago

嗯 好的。。。

xiongwilee commented 8 years ago

拼写错误也更正了,THX ~