Skip to content

Commit

Permalink
Update faceAttendanceController.js
Browse files Browse the repository at this point in the history
  • Loading branch information
manishkandari9 authored Dec 8, 2024
1 parent ea0bc56 commit 55fbc41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backned/controller/faceAttendanceController.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { FaceStudent } = require('../models/faceStudentModel'); // FaceStudent मॉडल इम्पोर्ट करें
const { FaceAttendance } = require('../models/faceAttendanceModel'); // FaceAttendance मॉडल इम्पोर्ट करें
const { FaceStudent } = require('../models/faceStudentModel');
const { FaceAttendance } = require('../models/faceAttendanceModel');
const faceapi = require('face-api.js');


Expand Down

0 comments on commit 55fbc41

Please sign in to comment.