Skip to content

Commit

Permalink
change user/order base path
Browse files Browse the repository at this point in the history
  • Loading branch information
Fagorym committed Oct 20, 2023
1 parent e2a94e1 commit b8c07c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

@RestController
@RequiredArgsConstructor
@RequestMapping(value = "/order", produces = MediaType.APPLICATION_JSON_VALUE)
@RequestMapping(value = "user/order", produces = MediaType.APPLICATION_JSON_VALUE)
public class OrderController {
private final OrderService orderService;

Expand Down

0 comments on commit b8c07c2

Please sign in to comment.