Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
RIT_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
박권수
2021-05-10 03:27:41 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
562d27489caaa26a39bf8889758c613916092b37
562d2748
1 parent
ef6b2e68
styled. code style
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
server/src/lib/UpdatingMedicineInfo.js
server/src/lib/UpdatingMedicineInfo.js
View file @
562d274
...
...
@@ -22,7 +22,7 @@ const getQueryURL = (i) => {
//모든 page의 item을 list에 push해서 return하는 함수
const
getItemsList
=
async
(
queryUrl
)
=>
{
let
i
=
1
,
getItem
=
null
,
items
=
null
;
const
result
=
new
Array
()
;
const
result
=
[]
;
while
(
true
)
{
getItem
=
await
axios
.
get
(
queryUrl
(
i
));
...
...
Please
register
or
login
to post a comment