Skip to content

Commit

Permalink
feat: 代码调整#2735
Browse files Browse the repository at this point in the history
  • Loading branch information
zacYL committed Nov 14, 2024
1 parent f657a3d commit e3e2419
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import org.springframework.web.bind.annotation.RequestMapping
import org.springframework.web.bind.annotation.RequestParam

@FeignClient(MAVEN_SERVICE_NAME, contextId = "ConanMetadataClient")
@RequestMapping("/service/metadata")
@RequestMapping("/cluster/metadata")
interface ConanMetadataClient {
@ApiOperation("存储conan版本元数据")
@PostMapping("/update")
Expand Down

0 comments on commit e3e2419

Please sign in to comment.