feat: implement user profile page, chatbot integration, and navigation components
Build and Release / release (push) Successful in 55s

This commit is contained in:
2026-06-06 23:28:40 +07:00
parent 820e0b5216
commit 6d7d63a891
103 changed files with 251 additions and 5559 deletions
+1
View File
@@ -66,5 +66,6 @@ export const API = {
},
Chatbot:{
CHAT: `${API_URL_ROOT}/chatbot/chat`,
HISTORY: `${API_URL_ROOT}/chatbot/history`,
}
}