Skip to content

Commit 203e6ea

Browse files
authored
Merge pull request #21 from sensebox/development
Development
2 parents 32c95c9 + c16a3de commit 203e6ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ SMTP_HOST=
1616
SMTP_FROM=
1717
SMTP_USER=
1818
SMTP_PASS=
19-
CLIENT_URL=
19+
CLIENT_URL=

models/tutorial.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ const StepSchema = new mongoose.Schema({
4747
type: [QuestionSchema],
4848
default: undefined,
4949
},
50+
svg: {
51+
type: String,
52+
},
5053
xml: {
5154
type: String,
5255
},

0 commit comments

Comments
 (0)