Package de.trustable.ca3s.core.web.rest
Class ClientForwardController
- java.lang.Object
-
- de.trustable.ca3s.core.web.rest.ClientForwardController
-
@Controller public class ClientForwardController extends Object
-
-
Constructor Summary
Constructors Constructor Description ClientForwardController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringforward()Forwards any unmapped paths (except those containing a period) to the clientindex.html.
-
-
-
Method Detail
-
forward
@GetMapping({"/{path:[^\\.]*}","/{path:^(?!websocket).*}/**/{path:[^\\.]*}"}) public String forward()Forwards any unmapped paths (except those containing a period) to the clientindex.html.- Returns:
- forward to client
index.html.
-
-