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

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -