Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public ResponseEntity<Page<ProductResponseDto>> getProducts(
@ApiResponse(responseCode = "200", description = "상품 생성 성공"),
@ApiResponse(responseCode = "403", description = "접근 권한 없음")
})
@PostMapping("/create")
@PostMapping
public ResponseEntity<ProductResponseDto> create(
@PathVariable UUID storeId, @Valid @RequestBody ProductCreateRequestDto request,
@AuthenticationPrincipal UserPrincipal user)
Expand Down
Loading