Skip to content
razelo992 edited this page Sep 11, 2021 · 11 revisions

Welcome to the eco-baby-springboot-server wiki!

  1. 전체 랭킹 반환: /main/ranking
  2. 로그인: /main/login
  3. 회원가입: /main/signup
  4. 점수 업데이트: /main/game/update_score

1번은 json 전달할 필요없이 그냥 호출하면됨. -> 랭킹정보 json으로 반환
2번은 id, password, score 를 json으로 전달하면 됨. -> true false 값 json으로 반환 3번도 마찬가지 -> true false 값 json으로 반환
4번은 id, password, score 를 json으로 전달하면 됨. -> 회원 정보 객체를 리턴

Clone this wiki locally