mirror of
https://github.com/labring/FastGPT.git
synced 2025-12-26 04:32:50 +00:00
updateUserFeedback api could be authenticated by api key through bearer token as well with more flexibility (#1855)
This commit is contained in:
parent
e247545afa
commit
4b4bea196a
|
|
@ -25,6 +25,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse)
|
|||
await autChatCrud({
|
||||
req,
|
||||
authToken: true,
|
||||
authApiKey: true,
|
||||
appId,
|
||||
teamId,
|
||||
teamToken,
|
||||
|
|
|
|||
Loading…
Reference in New Issue