feat(routes): add search route

This commit is contained in:
ItzCrazyKns
2024-09-25 15:27:48 +05:30
parent 1589f16d5a
commit 2785cdd97a
3 changed files with 153 additions and 1 deletions

View File

@ -28,7 +28,7 @@ type WSMessage = {
history: Array<[string, string]>;
};
const searchHandlers = {
export const searchHandlers = {
webSearch: handleWebSearch,
academicSearch: handleAcademicSearch,
writingAssistant: handleWritingAssistant,