Merge branch 'freight/develop' into freight/feature/payment

This commit is contained in:
Eyosiyas Girma
2026-06-06 08:17:17 +03:00
committed by GitHub
92 changed files with 3293 additions and 1845 deletions

View File

@@ -4,11 +4,6 @@ import { Public } from "@edr/api-common";
import { randomUUID } from "crypto";
import { Response } from "express"
// import * as fs from 'fs';
// import * as path from 'path';
// import Handlebars from 'handlebars';
@Public()
@Controller("payments")
export class PaymentController {
@@ -63,4 +58,4 @@ export class PaymentController {
`);
}
}
}