added basic support for uploading and serving files

This commit is contained in:
azivner
2018-01-05 23:54:02 -05:00
parent 663bd1a8fe
commit 23a5e38e02
4 changed files with 65 additions and 1 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
const build = require('./build');
const packageJson = require('../package');
const APP_DB_VERSION = 62;
const APP_DB_VERSION = 63;
module.exports = {
app_version: packageJson.version,