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
|
* @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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue