-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…pressions
- Loading branch information
1 parent
40eec94
commit cb721a4
Showing
27 changed files
with
3,636 additions
and
3,165 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"bindings": [ | ||
{ | ||
"condition": { | ||
"expression": "req.ip.startsWith(\"127\") \u0026\u0026 req.method == \"POST\"" | ||
"expression": "req.ip.startsWith(\"127\") && req.method == \"POST\"" | ||
}, | ||
"members": [ | ||
"allusers", | ||
|
@@ -35,7 +35,7 @@ | |
"bindings": [ | ||
{ | ||
"condition": { | ||
"expression": "req.ip.startsWith(\"127\") \u0026\u0026 req.method == \"POST\"" | ||
"expression": "req.ip.startsWith(\"127\") && req.method == \"POST\"" | ||
}, | ||
"members": [ | ||
"[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.