nmhive.py: Accept Content-Type headers via CORS
authorW. Trevor King <wking@tremily.us>
Sun, 21 Sep 2014 13:30:45 +0000 (06:30 -0700)
committerW. Trevor King <wking@tremily.us>
Sun, 21 Sep 2014 13:40:12 +0000 (06:40 -0700)
commitbad85dfa649deb0db5173cec25cffcc7128eae8d
treea0336e2733c2c867339f2bba8a1b64dc3c5437c0
parentf124dd04a9ad3b96b2bc23a46d4ff672b967018a
nmhive.py: Accept Content-Type headers via CORS

Using the suggested syntax [1] so I can POST from the bookmarklet.

[1]: https://pypi.python.org/pypi/Flask-Cors/1.9.0/#using-json-with-cors
nmhive.py