summaryrefslogtreecommitdiff
path: root/src/router.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-27 10:43:29 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-27 10:43:29 -0500
commit1d616b98b3a817829f95c82abd8e458ae8f9c2c3 (patch)
tree79cd2adca55e9d2dd50dd74549264d6ac1a1150b /src/router.php
parentadd function to get http scheme (diff)
downloadcrimson-1d616b98b3a817829f95c82abd8e458ae8f9c2c3.tar.gz
crimson-1d616b98b3a817829f95c82abd8e458ae8f9c2c3.tar.bz2
crimson-1d616b98b3a817829f95c82abd8e458ae8f9c2c3.zip
update docker builds and update postgrest versionHEADmain
Diffstat (limited to 'src/router.php')
-rw-r--r--src/router.php1
1 files changed, 1 insertions, 0 deletions
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()
),