java.lang.Object
org.diabetestechnology.drh.service.http.hub.prime.ux.AiController

@Controller public class AiController extends Object
  • Constructor Details

  • Method Details

    • svmFinal

      @GetMapping("/ai/info") public String svmFinal(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • drhGeneral

      @GetMapping("/ai/general") public String drhGeneral(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • research

      @GetMapping("/ai/research") public String research(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • workspace

      @GetMapping("/ai/workspace") public String workspace(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • drhdev

      @GetMapping("/aidev/info") public String drhdev(org.springframework.ui.Model model, jakarta.servlet.http.HttpServletRequest request)
    • ai

      @GetMapping("/ai") public String ai()