feat: add payment module
This commit is contained in:
6
modules/payment/routes/ledgers/create/spec.ts
Normal file
6
modules/payment/routes/ledgers/create/spec.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { route } from "@platform/relay";
|
||||
import z from "zod";
|
||||
|
||||
import { LedgerInsertSchema } from "../../../schemas/ledger.ts";
|
||||
|
||||
export default route.post("/api/v1/payment/ledgers").body(LedgerInsertSchema).response(z.uuid());
|
||||
Reference in New Issue
Block a user