UNPKG

strapi-pfapi

Version:

a strapi plugin library uses local and redis caches to achieve single digit milliseconds on average api response time.

8 lines (7 loc) 162 B
'use strict'; module.exports = (uid, data) => { if (global.PfapiApp) { return global.PfapiApp.get_key_and_config(uid, data); } return null; }