updateUserFeedback api could be authenticated by api key through bearer token as well with more flexibility (#1855)

This commit is contained in:
gaord
2024-06-26 16:02:36 +08:00
committed by GitHub
parent e247545afa
commit 4b4bea196a

View File

@@ -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,