mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-11 00:37:55 +03:00
b4445cf6e0
refs https://github.com/TryGhost/Toolbox/issues/292 - The package is meant to be one stop shop for extraction of any API keys from requests known to Ghost - To start with it should detect and return keys for Content and Admin APIs for the purposes of api version mismatch handling
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
module.exports = require('./lib/extract-api-key');
|