Fix typo on path.

This commit is contained in:
Paulo Gustavo Veiga
2024-02-04 21:10:48 -08:00
parent 34a5328a2c
commit 96b6ff3841
12 changed files with 38 additions and 38 deletions

View File

@@ -39,7 +39,7 @@ import org.springframework.web.bind.annotation.RestController;
@RestController
@CrossOrigin
@RequestMapping("/api/restfull")
@RequestMapping("/api/restful")
public class JwtAuthController {
@Autowired