Skip to content

API Documents

EthanKIMHG edited this page Nov 9, 2022 · 2 revisions

Server API

Local Server을 사용하고, http 를 사용하기때문에

http://localhost:PORT/~api~

APIs

users

GET: /, /refresh
POST: /login, /signup
PATCH: /uploadProfile

articles

GET: /, /:id
POST: /write, /comment
PATCH: /like
DELETE: /comment/:id

regions

GET: /

web3

POST: /userSend, /mint

Clone this wiki locally