Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -19,10 +19,10 @@ const jobSchema = new schema({ | ... | @@ -19,10 +19,10 @@ const jobSchema = new schema({ |
| 19 | type: String, | 19 | type: String, |
| 20 | default: "소분류를 입력하세요", | 20 | default: "소분류를 입력하세요", |
| 21 | }, | 21 | }, |
| 22 | - description:{ | 22 | + description:[{ |
| 23 | type: String, | 23 | type: String, |
| 24 | default: "보직 설명", | 24 | default: "보직 설명", |
| 25 | - }, | 25 | + }], |
| 26 | image:{ | 26 | image:{ |
| 27 | type: String, | 27 | type: String, |
| 28 | default: "???/???" | 28 | default: "???/???" | ... | ... |
-
Please register or login to post a comment