File tree Expand file tree Collapse file tree
src/main/java/com/example/customschatbotbe/domain/chatbot Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11package com .example .customschatbotbe .domain .chatbot .controller ;
22
33import com .example .customschatbotbe .domain .chatbot .service .ChatBotService ;
4- import com .example .customschatbotbe .domain .dto .request .ChatRequest ;
5- import com .example .customschatbotbe .domain .dto .response .ChatResponse ;
4+ import com .example .customschatbotbe .domain .chatbot . dto .request .ChatRequest ;
5+ import com .example .customschatbotbe .domain .chatbot . dto .response .ChatResponse ;
66import com .example .customschatbotbe .global .exception .response .ApiResponse ;
77import lombok .RequiredArgsConstructor ;
88import org .springframework .http .ResponseEntity ;
Original file line number Diff line number Diff line change 1- package com .example .customschatbotbe .domain .dto .request ;
1+ package com .example .customschatbotbe .domain .chatbot . dto .request ;
22
33import lombok .Getter ;
44import lombok .Setter ;
Original file line number Diff line number Diff line change 1- package com .example .customschatbotbe .domain .dto .response ;
1+ package com .example .customschatbotbe .domain .chatbot . dto .response ;
22
33import com .example .customschatbotbe .global .ProgressDetail ;
44import lombok .Builder ;
Original file line number Diff line number Diff line change 11package com .example .customschatbotbe .domain .chatbot .service ;
22
3- import com .example .customschatbotbe .domain .dto .request .ChatRequest ;
4- import com .example .customschatbotbe .domain .dto .response .ChatResponse ;
3+ import com .example .customschatbotbe .domain .chatbot . dto .request .ChatRequest ;
4+ import com .example .customschatbotbe .domain .chatbot . dto .response .ChatResponse ;
55import com .example .customschatbotbe .global .exception .BusinessException ;
66import com .example .customschatbotbe .global .exception .enums .ErrorCode ;
77import lombok .RequiredArgsConstructor ;
You can’t perform that action at this time.
0 commit comments