Khrisna commited on
Commit
d2617ae
·
verified ·
1 Parent(s): c5a5fb4

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -96,7 +96,7 @@ app.post('/api/chara/search', async (req, res) => {
96
  const PORT = process.env.PORT || 7860
97
  app.listen(PORT, async () => {
98
  console.log('App running on port', PORT)
99
- await characterAI.authenticateWithToken(process.env.cToken || process.enc.cToken2)
100
  })
101
 
102
  function formatSize(num) {
 
96
  const PORT = process.env.PORT || 7860
97
  app.listen(PORT, async () => {
98
  console.log('App running on port', PORT)
99
+ await characterAI.authenticateWithToken(process.env.cToken || process.env.cToken2 || process.env.cToken3)
100
  })
101
 
102
  function formatSize(num) {