mirror of
https://github.com/won-ktds/smarketing-backend.git
synced 2025-12-05 22:56:24 +00:00
fix: RecommendController
This commit is contained in:
parent
3c38f6c8cd
commit
11417b0adb
@ -18,7 +18,7 @@ import jakarta.validation.Valid;
|
|||||||
@Tag(name = "AI 추천", description = "AI 기반 마케팅 팁 추천 API")
|
@Tag(name = "AI 추천", description = "AI 기반 마케팅 팁 추천 API")
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@RestController
|
@RestController
|
||||||
@RequestMapping("/api/recommendations")
|
@RequestMapping("/api/recommend")
|
||||||
@RequiredArgsConstructor
|
@RequiredArgsConstructor
|
||||||
public class RecommendationController {
|
public class RecommendationController {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user