Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source-group1
/
animal-Info
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
Eunsu486
2021-05-25 19:18:17 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
917c68fd44c8e5bd79c069169016dc5753d60d7a
917c68fd
1 parent
47354b48
modify category.js-add render funstion
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
routes/category.js
routes/category.js
View file @
917c68f
...
...
@@ -36,7 +36,9 @@ router.get('/hospital', function (req, res) {
hospitals
.
push
(
library
);
}
}
console
.
log
([
hospitals
[
1
]]);
console
.
log
([
hospitals
);
res
.
render
(
'result'
,
{
category
:
'hospital'
,
userLocation
:
userLocation
});
}
})
});
\ No newline at end of file
...
...
Please
register
or
login
to post a comment