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 d7c147f commit bd1c4e4Copy full SHA for bd1c4e4
lib/cadet_web/router.ex
@@ -76,12 +76,12 @@ defmodule CadetWeb.Router do
76
end
77
78
# LLM-related endpoints
79
- scope "/v2/chats", CadetWeb do
80
- pipe_through([:api, :auth, :ensure_auth, :rate_limit])
+ # scope "/v2/chats", CadetWeb do
+ # pipe_through([:api, :auth, :ensure_auth, :rate_limit])
81
82
- post("", ChatController, :init_chat)
83
- post("/:conversationId/message", ChatController, :chat)
84
- end
+ # post("", ChatController, :init_chat)
+ # post("/:conversationId/message", ChatController, :chat)
+ # end
85
86
# Authenticated Pages with course
87
scope "/v2/courses/:course_id", CadetWeb do
0 commit comments