Class SigninController
java.lang.Object
com.erudika.para.server.controllers.SigninController
@Controller
@ConditionalOnMissingBean(SigninPage.class)
public class SigninController
extends Object
A controller that handles the signin page.
- Author:
- Alex Bogdanovski [[email protected]]
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?> get(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, org.springframework.ui.Model model)
-
Constructor Details
-
SigninController
public SigninController()
-
-
Method Details
-
get
@GetMapping("/signin") public org.springframework.http.ResponseEntity<?> get(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res, org.springframework.ui.Model model)
-