fixing conflicts
This commit is contained in:
parent
69055a504b
commit
6670d9ad69
4 changed files with 11 additions and 6 deletions
|
@ -66,8 +66,8 @@ app.use(busboy());
|
|||
app.use(bodyParser.json());
|
||||
app.use(express.static(STATIC_PATH));
|
||||
app.use('/l20n', express.static(L20N));
|
||||
app.use('/download/*/l20n', express.static(L20N));
|
||||
app.use('/download/*/locales', express.static(LOCALES));
|
||||
// app.use('/download/*/l20n', express.static(L20N));
|
||||
app.use('/locales', express.static(LOCALES));
|
||||
|
||||
app.get('/', (req, res) => {
|
||||
res.render('index', {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue