Skip to content
Snippets Groups Projects
Commit e0484d33 authored by 조대희's avatar 조대희
Browse files

style: 스케줄 컨트롤러 오타 수정 (#6)

parent ec2bcdeb
No related branches found
No related tags found
2 merge requests!31Develop,!7[#6] Schedule 컨트롤러, 라우터, 로직 개발
const { success } = require('../passport/googleStrategy');
const ScheduleService = require('../services/scheduleService');
class scheduleController {
......@@ -167,4 +166,4 @@ class scheduleController {
}
}
module.exports = new ScheduleController();
\ No newline at end of file
module.exports = new scheduleController();
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment