forked from FoundKeyGang/FoundKey
✌️
This commit is contained in:
parent
64ba85aa9b
commit
d2a5f4c5c1
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ import config from '../../config';
|
||||||
import I18n from '../../misc/i18n';
|
import I18n from '../../misc/i18n';
|
||||||
import { licenseHtml } from '../../misc/license';
|
import { licenseHtml } from '../../misc/license';
|
||||||
const constants = require('../../const.json');
|
const constants = require('../../const.json');
|
||||||
import endpoints from '../../server/api/endpoints';
|
import endpoints from '../api/endpoints';
|
||||||
|
|
||||||
async function genVars(lang: string): Promise<{ [key: string]: any }> {
|
async function genVars(lang: string): Promise<{ [key: string]: any }> {
|
||||||
const vars = {} as { [key: string]: any };
|
const vars = {} as { [key: string]: any };
|
||||||
|
|
Loading…
Reference in a new issue