We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8581d commit 73f6552Copy full SHA for 73f6552
src/main/java/rml/controller/BaseController.java
@@ -22,6 +22,7 @@
22
import rml.util.StringEscapeEditor;
23
24
@Controller
25
+@RequestMapping("/baseController")
26
public class BaseController {
27
28
@InitBinder
0 commit comments