Toggle navigation
Toggle navigation
This project
Loading...
Sign in
khusat
/
khusat-server
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박기홍
2020-12-10 02:20:16 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
78e9a6e336126a772bab9b659458bf1918bbae17
78e9a6e3
1 parent
95626779
model fixed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/models/jobs.js
src/models/jobs.js
View file @
78e9a6e
...
...
@@ -19,10 +19,10 @@ const jobSchema = new schema({
type
:
String
,
default
:
"소분류를 입력하세요"
,
},
description
:{
description
:
[
{
type
:
String
,
default
:
"보직 설명"
,
},
}
]
,
image
:{
type
:
String
,
default
:
"???/???"
...
...
Please
register
or
login
to post a comment