Skip to content

Commit

Permalink
dev: add all chat engines api
Browse files Browse the repository at this point in the history
  • Loading branch information
634750802 committed May 21, 2024
1 parent 3ef6b67 commit 1eb2841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const GET = defineHandler({
auth: 'cronjob',
}, () => {
return getDb()
.selectFrom('index')
.selectFrom('chat_engine')
.selectAll()
.execute();
});

0 comments on commit 1eb2841

Please sign in to comment.