no message
This commit is contained in:
parent
fa157f57c0
commit
3fb7770344
1 changed files with 2 additions and 2 deletions
|
|
@ -44,8 +44,8 @@ export class ReportController extends Controller {
|
|||
*
|
||||
* @param {string} type type ประเภท report
|
||||
*/
|
||||
@Get("main/{type}")
|
||||
async GetReportDevelopemtMain(@Path() type: string) {
|
||||
@Get("main")
|
||||
async GetReportDevelopemtMain(/*@Path() type: string*/) {
|
||||
// const _type = type.trim().toUpperCase();
|
||||
const formattedData = {
|
||||
org: "_type",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue