mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-14 23:22:22 +00:00
fix: error (#5269)
This commit is contained in:
@@ -31,7 +31,8 @@ export const jsonRes = <T = any>(
|
||||
clearCookie(res);
|
||||
}
|
||||
|
||||
addLog.error(`Api response error: ${url}`, ERROR_RESPONSE[errResponseKey]);
|
||||
// Bussiness Side Error
|
||||
addLog.info(`Api response error: ${url}`, ERROR_RESPONSE[errResponseKey]);
|
||||
|
||||
res.status(code);
|
||||
|
||||
|
Reference in New Issue
Block a user