From d1162d1bd12cbb3eae9889768adbbb293852c066 Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Fri, 1 Feb 2019 13:02:50 -0500 Subject: Remove /photo/ to uploads folder --- src/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/index.js') diff --git a/src/index.js b/src/index.js index fdcef74..b47824a 100644 --- a/src/index.js +++ b/src/index.js @@ -40,8 +40,7 @@ function setUpModels(){ type: { type: Sequelize.STRING, allowNull: false, - }, - }), + },}), "pictures": database.define('pictures', { source: { type: Sequelize.TEXT, allowNull: false}, }) -- cgit v1.2.3