1
0
mirror of https://gitlab.com/timvisee/send.git synced 2024-11-10 05:02:45 +01:00

removing comment in server

This commit is contained in:
Abhinav Adduri 2017-07-19 12:29:50 -07:00
parent ffc9386221
commit 88904621b3

View File

@ -66,7 +66,6 @@ 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('/locales', express.static(LOCALES));
app.get('/', (req, res) => {