Add UsersServlet to manage users.

This commit is contained in:
takezoe
2013-04-30 12:48:29 +09:00
parent 9bd9238a1e
commit 456e01da74
2 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
package app
class UsersServlet extends ServletBase {
get("/"){
}
}