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-06-09 17:19:59 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
43741da6b0e8463db9430fb1a7875989de22f7eb
43741da6
1 parent
863c0b8f
Add usage
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
24 additions
and
0 deletions
routes/category.js
views/results/use.ejs
routes/category.js
View file @
43741da
...
...
@@ -9,6 +9,10 @@ let GU_CODE;
let
ANIMAL_INFO_API_KEY
=
process
.
env
.
REACT_APP_API_KEY
;
let
gu_select
;
// 사용법
router
.
get
(
'/use'
,
function
(
req
,
res
)
{
res
.
render
(
'result'
,
{
category
:
'use'
});
});
// 사용자가 index 페이지에서 주소선택. 입력값받아오는 함수
router
.
post
(
'/'
,
function
(
req
,
res
)
{
...
...
views/results/use.ejs
0 → 100644
View file @
43741da
<!doctype html>
<h4>📃사용법</h4>
<table class="table">
<thead class="thead-dark">
<tr>
<th>박은수 오수빈 오픈소스 프로젝트</th>
</tr>
</thead>
</table>
1. 서울시 자치구 선택하기
<br> 2. GOOD 이 뜨면 입력이 잘 받아진것
<br>3. 뒤로 돌아가기
<br>4. 메뉴중에 하나를 선택
<br>5. 이름과 주소를 보여줌.<br>
<p class="sum"><br><a href="http://khuhub.khu.ac.kr/open-source-group1/animal-Info" target="_blank"
title="animal-info">자세한
내용은 여기서 확인 가능</a>
</p>
\ No newline at end of file
Please
register
or
login
to post a comment