mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 08:25:07 +00:00
updateUserFeedback api could be authenticated by api key through bearer token as well with more flexibility (#1855)
This commit is contained in:
@@ -25,6 +25,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
|||||||
await autChatCrud({
|
await autChatCrud({
|
||||||
req,
|
req,
|
||||||
authToken: true,
|
authToken: true,
|
||||||
|
authApiKey: true,
|
||||||
appId,
|
appId,
|
||||||
teamId,
|
teamId,
|
||||||
teamToken,
|
teamToken,
|
||||||
|
Reference in New Issue
Block a user