diff --git a/lib/cadet_web/router.ex b/lib/cadet_web/router.ex index 949805c34..541c5aee9 100644 --- a/lib/cadet_web/router.ex +++ b/lib/cadet_web/router.ex @@ -76,12 +76,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