Skip to content

Commit cc237b6

Browse files
committed
Included controller class
1 parent faef4df commit cc237b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/prashant/SpringSecurity/Controllers/MainController.java

+1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,5 @@ public class MainController {
1010
public String main() {
1111
return "Success!!";
1212
}
13+
1314
}

0 commit comments

Comments
 (0)