chore: Remove unnecesary stuff

This commit is contained in:
Pitu 2019-10-01 14:08:43 -03:00
parent b1f56ef9b9
commit a552aca8ab
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
const bcrypt = require('bcrypt');
const moment = require('moment');
const randomstring = require('randomstring');
exports.seed = async db => {
const now = moment.utc().toDate();

View File

@ -17,7 +17,7 @@ const fs = require('fs');
class uploadPOST extends Route {
constructor() {
super('/upload', 'post', { bypassAuth: true });
super('/upload.....', 'post', { bypassAuth: true });
}
async run(req, res, db) {