Skip to content

Commit

Permalink
2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dooy committed Dec 27, 2023
1 parent 84d8a85 commit 554863c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/session.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = (req, res) => {
,cmodels : process.env.CUSTOM_MODELS??''
,baiduId : process.env.TJ_BAIDU_ID?? ""
,googleId: process.env.TJ_GOOGLE_ID?? ""
, notify : process.env.SYS_NOTIFY?? ""
}
}
res.writeHead(200).end(
Expand Down

0 comments on commit 554863c

Please sign in to comment.