From 3c86e551da49cc6ba00f5223ab78a8c384806d8b Mon Sep 17 00:00:00 2001 From: Ritik Chaddha <44563978+ritikchaddha@users.noreply.github.com> Date: Mon, 23 Jan 2023 14:24:57 +0530 Subject: [PATCH] Update tech-detect.yaml --- technologies/tech-detect.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/technologies/tech-detect.yaml b/technologies/tech-detect.yaml index 11e76fbd7f..f73f27048d 100644 --- a/technologies/tech-detect.yaml +++ b/technologies/tech-detect.yaml @@ -3681,3 +3681,9 @@ requests: part: header words: - "TornadoServer/" + + - type: word + name: uvicorn + part: server + words: + - "uvicorn"