We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b406ab0 commit 7c550a0Copy full SHA for 7c550a0
lib/cadet_web/router.ex
@@ -80,12 +80,12 @@ defmodule CadetWeb.Router do
80
end
81
82
# LLM-related endpoints
83
- scope "/v2/chats", CadetWeb do
84
- pipe_through([:api, :auth, :ensure_auth, :rate_limit])
+ # scope "/v2/chats", CadetWeb do
+ # pipe_through([:api, :auth, :ensure_auth, :rate_limit])
85
86
- post("", ChatController, :init_chat)
87
- post("/:conversationId/message", ChatController, :chat)
88
- end
+ # post("", ChatController, :init_chat)
+ # post("/:conversationId/message", ChatController, :chat)
+ # end
89
90
# Authenticated Pages with course
91
scope "/v2/courses/:course_id", CadetWeb do
0 commit comments