From 1d616b98b3a817829f95c82abd8e458ae8f9c2c3 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 27 Feb 2026 10:43:29 -0500 Subject: update docker builds and update postgrest version --- src/router.php | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/router.php b/src/router.php index 141e7cf..c49c23d 100644 --- a/src/router.php +++ b/src/router.php @@ -162,6 +162,7 @@ class Router extends Base { array( 'uri' => $uri, 'uri_str' => $uri_str, + 'path' => $path, 'method' => $method, 'ip' => $this->get_ip() ), -- cgit v1.2.3-freya