mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-09 23:15:49 +01:00
9 lines
86 B
Scala
9 lines
86 B
Scala
package app
|
|
|
|
class UsersController extends ControllerBase {
|
|
|
|
get("/"){
|
|
|
|
}
|
|
|
|
} |