suvo-patch-1
Kar 2025-01-29 19:16:10 +05:30
parent f5d6c3cedc
commit fe72636dd7
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
const aiFollowupQuestion = async (req, res) => {
const { MongoClient } = require('mongodb');
// const fetch = require('node-fetch');
const fetch = require('node-fetch');
const { v4: uuidv4 } = require('uuid');
const url = process.env.MONGODB_URL;
const dbName = process.env.MONGO_DB_NAME;