mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-04-21 16:37:23 -05:00
Update home.js
This commit is contained in:
parent
7ed5b81a13
commit
28f6a7fef3
|
|
@ -1,11 +1,11 @@
|
|||
const getLocale = require('../../util/getLocale');
|
||||
const { Router } = require('express');
|
||||
const util = require('../util');
|
||||
const router = new Router();
|
||||
|
||||
const { getTrelloCache } = require('../../util/trello');
|
||||
|
||||
router.get('/', async (request, response) => {
|
||||
const tmpLocale = getLocale('US', 'en');
|
||||
const tmpLocale = util.getLocale('US', 'en');
|
||||
const cache = await getTrelloCache();
|
||||
|
||||
response.render('home', {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user