mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-14 00:58:36 +01:00
fix
This commit is contained in:
@@ -41,7 +41,7 @@ export const ZBodyCreatePayment = z.object({
|
||||
plan_id: z.number()
|
||||
});
|
||||
|
||||
paymentRouter.post('/create', json(), async (req, res) => {
|
||||
paymentRouter.post('/create_payment', json(), async (req, res) => {
|
||||
try {
|
||||
const createPaymentData = ZBodyCreatePayment.parse(req.body);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user