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-06 00:48:42 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5d3dd2127b2ec2a0537e766ef7773a68871b3924
5d3dd212
1 parent
18c016a2
Update README.md with edit post and delete post
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
README.md
README.md
View file @
5d3dd21
...
...
@@ -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