Class Home

    • Constructor Detail

      • Home

        public Home()
    • Method Detail

      • login

        @PostMapping("/")
        public org.springframework.http.ResponseEntity<Home> login​(@RequestBody
                                                                   String sharedSecret,
                                                                   javax.servlet.http.HttpServletRequest request)
      • welcome

        @GetMapping("/")
        public org.springframework.http.ResponseEntity<Home> welcome()