Hello. I have the following question.
I created a controller in Spring Boot, and when I try to access the route
/ moderators
The CSS and JS of the template works normally, however when I try to access a route that is:
/ moderators / create
CSS and every page style does not catch.
Does anyone know why this happens, and do you know how to fix it?