홍준섭

chage README

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