mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 09:46:06 +02:00
Introduce config module
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import config from '../../../conf';
|
||||
import config from '../../../config';
|
||||
|
||||
export default function(res, user, redirect: boolean) {
|
||||
const expires = 1000 * 60 * 60 * 24 * 365; // One Year
|
||||
|
||||
Reference in New Issue
Block a user