diff --git a/src/controllers/auth/readme b/src/controllers/auth/readme new file mode 100644 index 0000000..01fec87 --- /dev/null +++ b/src/controllers/auth/readme @@ -0,0 +1,13 @@ +작업한 Controller +authControllers.js : authRoutes.js에서 사용하기 위한 닉네임 처리용 +createCtr.js : 계정 생성용 api +rolesCtr.js : role종류 얻기용 api +loginCtr.js : login api +logoutCtr.js : logout api + +작업안된 Controller +updateCtr.js +searchCtr.js +getCtr.js +deleteCtr.js +approveCtr.js \ No newline at end of file