mirror of
https://github.com/eggjs/egg.git
synced 2024-12-04 07:14:30 +00:00
7 lines
99 B
JavaScript
7 lines
99 B
JavaScript
'use strict';
|
|
|
|
module.exports = function(app) {
|
|
app.dateC = Date.now();
|
|
app.c = 'plugin c';
|
|
};
|