mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-07 14:05:52 +01:00
Add UsersServlet to manage users.
This commit is contained in:
9
src/main/scala/app/UsersServlet.scala
Normal file
9
src/main/scala/app/UsersServlet.scala
Normal file
@@ -0,0 +1,9 @@
|
||||
package app
|
||||
|
||||
class UsersServlet extends ServletBase {
|
||||
|
||||
get("/"){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user