Files
automatisch/packages/backend/src/apps/flowers-software/common/get-webhooks.ts

6 lines
180 B
TypeScript

import type { IGlobalVariable } from "@automatisch/types";
export default async function getWebhooks($: IGlobalVariable) {
return await $.http.get('/v2/public/api/webhooks');
}