Skip to content

Commit

Permalink
test : fix test code
Browse files Browse the repository at this point in the history
  • Loading branch information
sycuuui committed Apr 17, 2024
1 parent c757b0d commit 4eda784
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public ApplicationResponse<Void> addApply(@RequestBody VideoReq req){
return ApplicationResponse.ok();
}

@PostMapping("/httptest")
@GetMapping("/httptest")
public String test(){
// videoService.testService(req);
return "good";
Expand Down

0 comments on commit 4eda784

Please sign in to comment.