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 8466108 commit aad31f9Copy full SHA for aad31f9
lib/cadet_web/router.ex
@@ -82,12 +82,12 @@ defmodule CadetWeb.Router do
82
end
83
84
# LLM-related endpoints
85
- scope "/v2/chats", CadetWeb do
86
- pipe_through([:api, :auth, :ensure_auth, :rate_limit])
+ # scope "/v2/chats", CadetWeb do
+ # pipe_through([:api, :auth, :ensure_auth, :rate_limit])
87
88
- post("", ChatController, :init_chat)
89
- post("/:conversationId/message", ChatController, :chat)
90
- end
+ # post("", ChatController, :init_chat)
+ # post("/:conversationId/message", ChatController, :chat)
+ # end
91
92
# Authenticated Pages with course
93
scope "/v2/courses/:course_id", CadetWeb do
0 commit comments