Class RootController
java.lang.Object
ai.nervemind.app.api.RootController
Root controller for the NerveMind API.
Provides basic information and redirects for authenticated users.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RootController
public RootController()
-
-
Method Details
-
root
@GetMapping(value="/", produces="text/html") public org.springframework.http.ResponseEntity<String> root()Root endpoint that provides API information as HTML.- Returns:
- HTML response with API information
-