java - Spring Boot/Angular 4 - Routing in app hits the server -
i have angular 4 (es6) app want serve spring boot application. angular app has index.html, , when address of http://localhost:8080 hit, spring boot knows map index.html file in angular mapped "/search".
however, have route called "adminlogin" access through
http://localhost:8080/adminlogin
but in instance, hits spring boot application, doesn't have mapping , throws error.
how address of http://localhost:8080/adminlogin go angular app?
Comments
Post a Comment