Clean code
This commit is contained in:
@@ -10,10 +10,10 @@ app.name=F3 Simple Blog
|
||||
app.tagline=Blog simple avec Fat-Free Framework.
|
||||
|
||||
[routes]
|
||||
GET @asset: /min/@file=AssetController->serve, 86400
|
||||
GET @asset: /min/@file=AssetController->serve
|
||||
|
||||
GET @home: /=SiteController->home, 300
|
||||
GET @post_show: /posts/@slug=SiteController->show, 3600
|
||||
GET @home: /=SiteController->home
|
||||
GET @post_show: /posts/@slug=SiteController->show
|
||||
|
||||
GET @login: /login=AuthController->show
|
||||
POST @login_submit: /login=AuthController->login
|
||||
|
||||
Reference in New Issue
Block a user