sanchit2107 / Flight-Management-System

This consists of the Flight Management System using Spring Boot and Angular 9. A complete example of learning Full-stack Development along with implementation
96 stars 71 forks source link

Request mappings are not present #43

Open pavanrang opened 3 years ago

pavanrang commented 3 years ago

No request mapping present in spring boot for

  1. http://localhost:9092/signup

  2. http://localhost:9092/authenticate

  3. http://localhost:9092/getRole?username_

As a result I couldn't sign-up or login