mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-06 21:45:50 +01:00
Added the index page which is used while in development.
This commit is contained in:
9
src/main/scala/app/IndexController.scala
Normal file
9
src/main/scala/app/IndexController.scala
Normal file
@@ -0,0 +1,9 @@
|
||||
package app
|
||||
|
||||
class IndexController extends ControllerBase {
|
||||
|
||||
get("/"){
|
||||
html.index()
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user