ShiftSync/api/services/index.js
Matt DiMeglio 8cebefe5a6
Feature/api paramyxrx (#24)
* Update .gitignore

* Finalize server and add endpoints for paramyx app
2026-01-17 22:39:32 -05:00

7 lines
No EOL
132 B
JavaScript

import {
medicationOperations
} from './operations/medications.js';
export const databaseServices = {
...medicationOperations
}