We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32c95c9 + c16a3de commit 203e6eaCopy full SHA for 203e6ea
.env.example
@@ -16,4 +16,4 @@ SMTP_HOST=
16
SMTP_FROM=
17
SMTP_USER=
18
SMTP_PASS=
19
-CLIENT_URL=
+CLIENT_URL=
models/tutorial.js
@@ -47,6 +47,9 @@ const StepSchema = new mongoose.Schema({
47
type: [QuestionSchema],
48
default: undefined,
49
},
50
+ svg: {
51
+ type: String,
52
+ },
53
xml: {
54
type: String,
55
0 commit comments