We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Server API
Local Server을 사용하고, http 를 사용하기때문에
http://localhost:PORT/~api~
GET: /, /refresh POST: /login, /signup PATCH: /uploadProfile
GET: /, /refresh
POST: /login, /signup
PATCH: /uploadProfile
GET: /, /:id POST: /write, /comment PATCH: /like DELETE: /comment/:id
GET: /, /:id
POST: /write, /comment
PATCH: /like
DELETE: /comment/:id
GET: /
POST: /userSend, /mint