Fixed stats

This commit is contained in:
SamTV12345 2024-02-05 20:51:33 +01:00
parent 04b88cf2bb
commit 85881c7bf3
3 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@
import {ArgsExpressType} from "../../types/ArgsExpressType";
import {ErrorCaused} from "../../types/ErrorCaused";
const stats = require('../stats')
const stats = require('../../stats')
exports.expressCreateServer = (hook_name:string, args: ArgsExpressType, cb:Function) => {
exports.app = args.app;