diff --git a/lib/cadet_web/router.ex b/lib/cadet_web/router.ex index 1ee304c01..de650ba9f 100644 --- a/lib/cadet_web/router.ex +++ b/lib/cadet_web/router.ex @@ -80,12 +80,12 @@ defmodule CadetWeb.Router do end # LLM-related endpoints - scope "/v2/chats", CadetWeb do - pipe_through([:api, :auth, :ensure_auth, :rate_limit]) + # scope "/v2/chats", CadetWeb do + # pipe_through([:api, :auth, :ensure_auth, :rate_limit]) - post("", ChatController, :init_chat) - post("/:conversationId/message", ChatController, :chat) - end + # post("", ChatController, :init_chat) + # post("/:conversationId/message", ChatController, :chat) + # end # Authenticated Pages with course scope "/v2/courses/:course_id", CadetWeb do