Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design1
/
MAC_Project1
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
오윤석
2021-05-13 21:26:15 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7c2e330ff3b7325cef3293004ad1c992398a1743
7c2e330f
1 parent
a4891070
lambda readme.md lt gt 보이지 않는 문제
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
lambda/readme.md
lambda/readme.md
View file @
7c2e330
...
...
@@ -6,10 +6,10 @@
-
endpoint : /
-
Method : POST
-
Content-Type : multipart/form-data
-
Body : gif=
<file>
-
Body : gif=
`<file>`
### response
-
200 : { id:
<id>
}
-
200 : { id:
`<id>`
}
-
400 : no gif
-
500 : server error
...
...
@@ -17,7 +17,7 @@
### request
-
endpoint : /
-
Method : GET
-
QueryString : id=
<id>
-
QueryString : id=
`<id>`
### response
-
200 : Content-type:image/gif
...
...
Please
register
or
login
to post a comment