@@ -72,7 +72,7 @@ public String fetchTweetsFromTwitterSearchRequest(Model model) {
7272 String symbol = Symbols .TASK .toString ();
7373 model = controllerHelper .setupPage (model ,title ,subtitle ,symbol );
7474 this .fetchTweetsFromTwitterSearch ();
75- return "/ scheduled/taskStarted" ;
75+ return "scheduled/taskStarted" ;
7676 }
7777
7878 @ RequestMapping (path ="/scheduled/tweets/update" )
@@ -84,7 +84,7 @@ public String updateTweetsRequest(Model model) {
8484 String symbol = Symbols .TASK .toString ();
8585 model = controllerHelper .setupPage (model ,title ,subtitle ,symbol );
8686 this .updateTweets ();
87- return "/ scheduled/taskStarted" ;
87+ return "scheduled/taskStarted" ;
8888 }
8989
9090 @ RequestMapping (path ="/scheduled/users/list/fetch" )
@@ -96,7 +96,7 @@ public String fetchUsersFromDefinedUserListRequest(Model model){
9696 String symbol = Symbols .TASK .toString ();
9797 model = controllerHelper .setupPage (model ,title ,subtitle ,symbol );
9898 this .fetchUsersFromDefinedUserList ();
99- return "/ scheduled/taskStarted" ;
99+ return "scheduled/taskStarted" ;
100100 }
101101
102102 @ RequestMapping (path ="/scheduled/users/mentions/update" )
@@ -108,7 +108,7 @@ public String updateUserProfilesFromMentionsRequest(Model model){
108108 String symbol = Symbols .TASK .toString ();
109109 model = controllerHelper .setupPage (model ,title ,subtitle ,symbol );
110110 this .updateUserProfilesFromMentions ();
111- return "/ scheduled/taskStarted" ;
111+ return "scheduled/taskStarted" ;
112112 }
113113
114114 @ RequestMapping (path ="/scheduled/users/update" )
@@ -120,7 +120,7 @@ public String updateUserProfilesRequest(Model model) {
120120 String symbol = Symbols .TASK .toString ();
121121 model = controllerHelper .setupPage (model ,title ,subtitle ,symbol );
122122 this .updateUserProfiles ();
123- return "/ scheduled/taskStarted" ;
123+ return "scheduled/taskStarted" ;
124124 }
125125
126126 @ Async
0 commit comments