From 1f93a2207fa93b6a4276d8c05041fd5ea676eaa0 Mon Sep 17 00:00:00 2001 From: Breck Yunits Date: Fri, 11 Oct 2024 12:07:05 -0700 Subject: [PATCH] --- dashboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard.js b/dashboard.js index 456fe1c9..e4f51100 100644 --- a/dashboard.js +++ b/dashboard.js @@ -8,7 +8,7 @@ class Dashboard { } parseLogEntry(entry) { - const regex = /(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z) ([\d.:]+) "(\w+) ([^"]+)" "([^"]+)"/ + const regex = /(\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z) ([\d.:]+) "(GET|POST) ([^"]+)" "([^"]+)"/ const match = entry.match(regex) if (match) { return {