chatbot
Build and Release / release (push) Successful in 33s

This commit is contained in:
2026-05-09 11:55:45 +07:00
parent a9b8c4ab8b
commit add1728916
6 changed files with 248 additions and 3 deletions
+3
View File
@@ -64,4 +64,7 @@ export const API = {
UPDATE_STATUS: (id: number | string) => `${API_URL_ROOT}/submissions/${id}/status`,
DELETE: (id: number | string) => `${API_URL_ROOT}/submissions/${id}`,
},
Chatbot:{
CHAT: `${API_URL_ROOT}/chatbot/chat`,
}
}