mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-03-15 18:18:16 -04:00
6 lines
56 B
JavaScript
6 lines
56 B
JavaScript
'use strict';
|
|
|
|
let cache = {};
|
|
|
|
module.exports = cache;
|