DEV Community

Discussion on: Flight Management System: Angular 9 + Spring Boot + REST APIs

Collapse
 
rangasatyaviswapavan profile image
Rangasatyaviswapavan • Edited

you called these methods
localhost:9092/signup
localhost:9092/authenticate
localhost:9092/getRole?username='+ username
in AuthenticationService file but they are not implemented in spring boot
Please do help me!