splitbee / notion-api-worker

Notion as CMS with easy API access
MIT License
1.56k stars 197 forks source link

Respect cache headers #21

Closed transitive-bullshit closed 4 years ago

transitive-bullshit commented 4 years ago

Fixes #11.

Also adds content-type: application/json to all responses since they're currently returned as text/plain.

Note that respecting these cache headers is really useful when debugging via Chrome devtools.