Ignore:
Timestamp:
09/24/26 12:09:29 (35 hours ago)
Author:
MBK <marija.karapandzova@…>
Branches:
master
Parents:
ae6cd79
Message:

Remote database setup, fixed models and application properties

File:
1 edited

Legend:

Unmodified
Added
Removed
  • frontend/src/services/labService.js

    rae6cd79 r48d2bed  
    5252  },
    5353
     54  // Get all lab technicians (for the technician selection dropdown)
     55  getAllLabTechnicians: () => {
     56    return api.get('/lab-technicians');
     57  },
     58
    5459  // Get all submitted lab results (for lab technicians)
    5560  getAllSubmittedLabResults: () => {
Note: See TracChangeset for help on using the changeset viewer.