Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-2_open_source_sw_development_Han
/
Jaksimsamil
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
홍준섭
2020-12-09 21:24:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a04e93d82a6f16557fa684ec403ae2439d3ccdd8
a04e93d8
1 parent
6e1f3cee
chage README
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
jaksimsamil-server/README.md
jaksimsamil-server/README.md
View file @
a04e93d
...
...
@@ -12,15 +12,15 @@
```
npm install
npm update
n
ode index.js
n
pm 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|
...
...
Please
register
or
login
to post a comment