This commit is contained in:
2024-10-05 19:42:29 +09:00
parent d5a8e6fd27
commit 5e80a5ab22
9 changed files with 119 additions and 158 deletions
@@ -32,7 +32,7 @@ class UserController {
@GetMapping("/join")
fun hello(httpServletRequest: HttpServletRequest): ModelAndView {
logService.log("onJoin")
val vm = ModelAndView()
val vm = ModelAndView("/content/user/join")
when(System.currentTimeMillis() % 5L) {
0L -> vm.modelMap.put("ENC","T4")
1L -> vm.modelMap.put("ENC","T3")