aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
diff options
context:
space:
mode:
authorMark Powers <markppowers0@gmail.com>2019-02-01 13:02:50 -0500
committerMark Powers <markppowers0@gmail.com>2019-02-01 13:02:50 -0500
commitd1162d1bd12cbb3eae9889768adbbb293852c066 (patch)
treeb58fbf57426c9d789df088863991b7c106b08b7c /src/index.js
parent80ee170990e78753d07779d59bdfe516c399d254 (diff)
Remove /photo/ to uploads folder
Diffstat (limited to 'src/index.js')
-rw-r--r--src/index.js3
1 files changed, 1 insertions, 2 deletions
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},
})