GitBucket
Toggle navigation
Pull requests
Issues
Snippets
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Fork
: 0
johnpearcey
/
gitbucket_jkp
Transfer to URL with SHA
Find file
Newer
Older
tree:
fec9f2c04c
Branches
Tags
×
master
gitbucket_jkp
/
src
/
main
/
scala
/
app
/ IndexController.scala
takezoe
on 3 May 2013
106 bytes
Added the index page which is used while in development.
Raw
Blame
History
package app class IndexController extends ControllerBase { get("/"){ html.index() } }