This repository was archived by the owner on Dec 8, 2017. It is now read-only.
Commit 31a89b8
Mike Bland
Pass through bodyParser.json() middleware options
The public Hub push in #370 failed due to the webhook exceeding the
default 100K limit, just as in 18F/pages#15. This applies the same fix as
18F/pages. Still waiting on coreh/hookshot#12 to get merged upstream, so
I've already installed 18F/hookshot#json-options on the server:
```
npm install git+ssh://git@github.com/18F/hookshot.git#json-options
```
Note: I applied this in 18F/18f.gsa.gov#1102, but really should've just
applied it here. No harm done, however.1 parent 6ed56ac commit 31a89b8
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
0 commit comments