Fallback moved. Index points to telegran en bot

This commit is contained in:
vjrj 2018-05-10 09:00:05 +02:00
parent 0a8d59bc53
commit 2d19778553
4 changed files with 23 additions and 7 deletions

View file

@ -1,5 +1,7 @@
/* eslint-disable import/no-absolute-path */
import fs from 'fs';
import getFallbackLang from '/imports/startup/server/accounts/lang-fallback';
import getFallbackLang from '/imports/modules/lang-fallback';
const as = f => `assets/app/${f}`;