app.post(api/:id) ~~ 


app.get(api/:id) ~~ 


app.put(api/:id) ~~


app.delete(api/:id) ~~


백앤드 다했어요~