mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-07 23:55:12 -04:00
Fixed stats
This commit is contained in:
parent
04b88cf2bb
commit
85881c7bf3
3 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
const log4js = require('log4js');
|
const log4js = require('log4js');
|
||||||
const settings = require('../utils/Settings');
|
const settings = require('../utils/Settings');
|
||||||
const stats = require('../stats')
|
const stats = require('../../node/stats')
|
||||||
|
|
||||||
const logger = log4js.getLogger('socket.io');
|
const logger = log4js.getLogger('socket.io');
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
import {ArgsExpressType} from "../../types/ArgsExpressType";
|
import {ArgsExpressType} from "../../types/ArgsExpressType";
|
||||||
import {ErrorCaused} from "../../types/ErrorCaused";
|
import {ErrorCaused} from "../../types/ErrorCaused";
|
||||||
|
|
||||||
const stats = require('../stats')
|
const stats = require('../../stats')
|
||||||
|
|
||||||
exports.expressCreateServer = (hook_name:string, args: ArgsExpressType, cb:Function) => {
|
exports.expressCreateServer = (hook_name:string, args: ArgsExpressType, cb:Function) => {
|
||||||
exports.app = args.app;
|
exports.app = args.app;
|
||||||
|
|
|
@ -55,7 +55,7 @@ const pluginDefs = require('../static/js/pluginfw/plugin_defs');
|
||||||
const plugins = require('../static/js/pluginfw/plugins');
|
const plugins = require('../static/js/pluginfw/plugins');
|
||||||
const installer = require('../static/js/pluginfw/installer');
|
const installer = require('../static/js/pluginfw/installer');
|
||||||
const {Gate} = require('./utils/promises');
|
const {Gate} = require('./utils/promises');
|
||||||
const stats = require('../stats')
|
const stats = require('./stats')
|
||||||
|
|
||||||
const logger = log4js.getLogger('server');
|
const logger = log4js.getLogger('server');
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue