mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 17:22:04 -07:00
Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f52a04a337 | ||
|
|
9aa3e5b52a |
@@ -147,6 +147,11 @@ class RateLimits {
|
|||||||
|
|
||||||
wlogger.info(`origin: ${origin}`)
|
wlogger.info(`origin: ${origin}`)
|
||||||
|
|
||||||
|
const bodyOrigin = req.body.origin
|
||||||
|
if (bodyOrigin) {
|
||||||
|
console.log(`bodyOrigin: ${bodyOrigin}`)
|
||||||
|
}
|
||||||
|
|
||||||
// If the request originates from one of the approved wallet apps, then
|
// If the request originates from one of the approved wallet apps, then
|
||||||
// apply paid-access rate limits.
|
// apply paid-access rate limits.
|
||||||
// console.log(`origin: ${JSON.stringify(origin, null, 2)}`)
|
// console.log(`origin: ${JSON.stringify(origin, null, 2)}`)
|
||||||
|
|||||||
Reference in New Issue
Block a user