added ANDROID environment variable to dev server for hosting the android html

This commit is contained in:
Danny Coates 2018-09-10 10:56:59 -07:00
parent a8b305a84e
commit 20528eb0d1
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 22 additions and 10 deletions

View file

@ -27,5 +27,4 @@ app.route('/', require('./pages/home').default);
app.route('/upload', require('./pages/upload').default);
app.route('/share/:id', require('./pages/share').default);
app.route('/preferences', require('./pages/preferences').default);
app.route('/android', require('./pages/home').default);
app.mount('body');