홍준섭

chage README

...@@ -12,15 +12,15 @@ ...@@ -12,15 +12,15 @@
12 ``` 12 ```
13 npm install 13 npm install
14 npm update 14 npm update
15 -node index.js 15 +npm start
16 ``` 16 ```
17 17
18 ## Example 18 ## Example
19 19
20 ``` 20 ```
21 -POST http://facerain.dcom.club/profile/getprofile 21 +POST http://www.ossjaksimsamil.ml:3000/profile/getprofile
22 { 22 {
23 - username: 'syw5141', 23 + username : 'redbean096'
24 } 24 }
25 ``` 25 ```
26 26
...@@ -40,3 +40,6 @@ POST http://facerain.dcom.club/profile/getprofile ...@@ -40,3 +40,6 @@ POST http://facerain.dcom.club/profile/getprofile
40 | auth | 로그아웃 | POST | api/auth/logout | [바로가기](/src/api/auth/README.md) | JWT Token | 40 | auth | 로그아웃 | POST | api/auth/logout | [바로가기](/src/api/auth/README.md) | JWT Token |
41 | auth | 회원가입 | POST | api/auth/register | [바로가기](/src/api/auth/README.md) | None | 41 | auth | 회원가입 | POST | api/auth/register | [바로가기](/src/api/auth/README.md) | None |
42 | auth | 로그인 확인 | GET | api/auth/check | [바로가기](/src/api/auth/README.md) | None | 42 | auth | 로그인 확인 | GET | api/auth/check | [바로가기](/src/api/auth/README.md) | None |
43 +| line | 라인 ID 등록 | POST | api/line/linestart | |Line channel access token|
44 +| line | 라인 문제 메시지 발송 | POST | api/line/linestart | |Line channel access token|
45 +
......