Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김대선
/
Recruitment_Information_chatbot
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
김대선
2021-05-28 02:33:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
19ab390df732b6250dc85a68f27d8379748f775f
19ab390d
1 parent
81dba5cd
datas 폴더 최종 제거
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app.js
app.js
View file @
19ab390
...
...
@@ -83,7 +83,7 @@ const save = async()=> {
save
()
}
}
// 0초 0분 0시 아무날 아무달 아무년
const
saveData
=
schedule
.
scheduleJob
(
'0 0 0 * * *'
,
save
)
const
server
=
app
.
listen
(
3000
,()
=>
{
...
...
Please
register
or
login
to post a comment