mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 09:03:12 +00:00
Add thread name to workspaces get endpoint (#2822)
add thread name to workspaces get endpoint Co-authored-by: Timothy Carambat <rambat1010@gmail.com>
This commit is contained in:
parent
f651ca8628
commit
79cdcd4e64
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ function apiWorkspaceEndpoints(app) {
|
|||
select: {
|
||||
user_id: true,
|
||||
slug: true,
|
||||
name: true,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue