mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 21:26:33 +02:00
wip
This commit is contained in:
@@ -3,7 +3,7 @@ import Meta from '../../../models/meta';
|
||||
/**
|
||||
* Get the misskey's statistics
|
||||
*/
|
||||
module.exports = () => new Promise(async (res, rej) => {
|
||||
export default () => new Promise(async (res, rej) => {
|
||||
const meta = await Meta.findOne();
|
||||
|
||||
res(meta.stats);
|
||||
|
||||
Reference in New Issue
Block a user