Files
mixtape/zero.Backoffice.UI/old_app/api/blueprint.js
T

5 lines
144 B
JavaScript
Raw Normal View History

2021-11-11 13:46:03 +01:00
import { get } from '../helpers/request.ts';
export default {
getById: async (id) => await get('blueprint/getById', { params: { id } })
};