Skip to content

Commit

Permalink
Update UserController.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsh-Srivastav123 authored Feb 11, 2024
1 parent bf791a6 commit ec3bc6f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

@RestController
@RequestMapping("/user")
@CrossOrigin()
public class UserController {
@Autowired
UserService userService;
Expand Down

0 comments on commit ec3bc6f

Please sign in to comment.