1
0
mirror of https://github.com/beego/bee.git synced 2025-06-19 01:40:40 +00:00

Add user conf support for bee.json

This commit is contained in:
Unknown
2013-07-24 20:01:14 +08:00
parent 9e9f0ce1dd
commit 172bc44b22
5 changed files with 104 additions and 61 deletions

5
bee.json Normal file
View File

@ -0,0 +1,5 @@
{
"dir_structure":{
"controllers": "routers"
}
}