mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-08 23:50:47 +02:00
added @request.context field
This commit is contained in:
@@ -254,6 +254,7 @@
|
||||
function getRequestKeys() {
|
||||
const result = [];
|
||||
|
||||
result.push("@request.context");
|
||||
result.push("@request.method");
|
||||
result.push("@request.query.");
|
||||
result.push("@request.data.");
|
||||
|
||||
Reference in New Issue
Block a user