This commit is contained in:
Kar
2025-02-14 01:37:23 +05:30
parent 40eda82022
commit 91b73215be
5 changed files with 5 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ const aiMarkDrawing = async (req, res) => {
const express = require('express');
const fetch = require('node-fetch'); // For making HTTP requests
// const fetch = require('node-fetch'); // For making HTTP requests
const path = require('path');
const fs = require('fs');