From 113c0b0c8ee70b8343f73a395188adf50d795c4f Mon Sep 17 00:00:00 2001 From: Jean-Louis Leysens Date: Tue, 14 Feb 2023 15:41:37 +0100 Subject: [PATCH] added another weakness --- packages/core/http/core-http-server/src/router/scratch_pad.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/http/core-http-server/src/router/scratch_pad.ts b/packages/core/http/core-http-server/src/router/scratch_pad.ts index 64898825f9b4b..7edc08c8473b8 100644 --- a/packages/core/http/core-http-server/src/router/scratch_pad.ts +++ b/packages/core/http/core-http-server/src/router/scratch_pad.ts @@ -409,5 +409,6 @@ type Version = '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9' | '10'; * WEAKNESSES: * 1. Whole new API to design and implement * 2. Will it actually be used since this is only a recommendation? + * 3. Requires some refactoring to adopt * ===================== End fourth design ===================== */