Toggle navigation
Toggle navigation
This project
Loading...
Sign in
최은석
/
ossw-project
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
채지성
2022-06-07 17:20:26 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
07e2500cf5a80c2c186dc447be3cfcba73716507
07e2500c
2 parents
6c4480f4
5d3dd212
Merge branch 'master' of
http://khuhub.khu.ac.kr/2021105655/ossw-project
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
README.md
README.md
View file @
07e2500
...
...
@@ -130,6 +130,24 @@ npm start
> ```
>> 오늘 게시물 작성
-------------
### /api/edit/:id
#### POST호출
> request(body)
> ```
> {
> "title":"제목",
> "content":"게시물 내용"
> }
> ```
>> 오늘 게시물 수정
-------------
### /api/delete/:id
#### POST호출
>> 오늘 게시물 삭제
## 대기시간
### /api/waiting
#### GET호출
...
...
Please
register
or
login
to post a comment