Skip to content

Commit

Permalink
[refact] url 변경 #10
Browse files Browse the repository at this point in the history
  • Loading branch information
suhhyun524 committed May 25, 2023
1 parent c16fdc1 commit 004cfef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class SourceController {

private final SourceService sourceService;

@GetMapping("/url")
@GetMapping("url")
@ResponseBody
public ResponseEntity<GetPathResponseDTO> createURL(
@RequestParam(name = "userId") Long userId
Expand Down

0 comments on commit 004cfef

Please sign in to comment.