mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
remove unused endpoints
This commit is contained in:
parent
4eff1c03dd
commit
06a7ed31ac
1 changed files with 0 additions and 8 deletions
|
|
@ -22,14 +22,6 @@ export const deleteConversation = () => {
|
||||||
return `/api/convos/clear`;
|
return `/api/convos/clear`;
|
||||||
};
|
};
|
||||||
|
|
||||||
export const prompts = () => {
|
|
||||||
return `/api/prompts`;
|
|
||||||
};
|
|
||||||
|
|
||||||
export const generateTitle = () => {
|
|
||||||
return `/api/convos/gen_title`;
|
|
||||||
};
|
|
||||||
|
|
||||||
export const search = (q: string, pageNumber: string) => {
|
export const search = (q: string, pageNumber: string) => {
|
||||||
return `/api/search?q=${q}&pageNumber=${pageNumber}`;
|
return `/api/search?q=${q}&pageNumber=${pageNumber}`;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue