mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-12-21 19:39:17 +00:00
Frontend
This commit is contained in:
10
src/frontend/js/app/cache.js
Normal file
10
src/frontend/js/app/cache.js
Normal file
@@ -0,0 +1,10 @@
|
||||
'use strict';
|
||||
|
||||
const UserModel = require('../models/user');
|
||||
|
||||
let cache = {
|
||||
User: new UserModel.Model()
|
||||
};
|
||||
|
||||
module.exports = cache;
|
||||
|
||||
Reference in New Issue
Block a user