// Auto-generated departments service import { api } from "./api"; export function get() { return api.get("/api/departments"); }