no message

This commit is contained in:
Bright 2024-07-17 13:19:20 +07:00
parent fa157f57c0
commit 3fb7770344

View file

@ -44,8 +44,8 @@ export class ReportController extends Controller {
* *
* @param {string} type type report * @param {string} type type report
*/ */
@Get("main/{type}") @Get("main")
async GetReportDevelopemtMain(@Path() type: string) { async GetReportDevelopemtMain(/*@Path() type: string*/) {
// const _type = type.trim().toUpperCase(); // const _type = type.trim().toUpperCase();
const formattedData = { const formattedData = {
org: "_type", org: "_type",