From da63f64b86a3dc55d1fd4fb77fe43b2520caaae1 Mon Sep 17 00:00:00 2001 From: Supan Adit Pratama Date: Wed, 30 Oct 2024 22:58:23 +0700 Subject: [PATCH] chore: fix wrong patch path map --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a911b54..042717d 100644 --- a/README.md +++ b/README.md @@ -68,17 +68,17 @@ export class AppModule {} export class AppController extends SkeletonCRUDController {} // Expected Output -[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [NestFactory] Starting Nest application... -[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [InstanceLoader] PrismaModule dependencies initialized +14ms -[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [InstanceLoader] AppModule dependencies initialized +0ms -[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RoutesResolver] AppController {/example}: +4ms -[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example, POST} route +2ms -[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example/:id, DELETE} route +0ms -[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example/list, GET} route +1ms -[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example, GET} route +0ms -[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example/:id, GET} route +0ms -[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [RouterExplorer] Mapped {/example, PATCH} route +1ms -[Nest] 101445 - 10/30/2024, 9:12:20 PM LOG [NestApplication] Nest application successfully started +198ms +[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [NestFactory] Starting Nest application... +[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [InstanceLoader] PrismaModule dependencies initialized +14ms +[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [InstanceLoader] AppModule dependencies initialized +0ms +[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [RoutesResolver] AppController {/example}: +3ms +[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [RouterExplorer] Mapped {/example, POST} route +3ms +[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [RouterExplorer] Mapped {/example/:id, DELETE} route +1ms +[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [RouterExplorer] Mapped {/example/list, GET} route +0ms +[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [RouterExplorer] Mapped {/example, GET} route +1ms +[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [RouterExplorer] Mapped {/example/:id, GET} route +0ms +[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [RouterExplorer] Mapped {/example/:id, PATCH} route +0ms +[Nest] 125875 - 10/30/2024, 10:57:56 PM LOG [NestApplication] Nest application successfully started +148ms ``` ### TypeORM