Remove extra () in HtmlController
This commit is contained in:
@@ -185,7 +185,7 @@ import org.springframework.ui.set
|
|||||||
import org.springframework.web.bind.annotation.GetMapping
|
import org.springframework.web.bind.annotation.GetMapping
|
||||||
|
|
||||||
@Controller
|
@Controller
|
||||||
class HtmlController() {
|
class HtmlController {
|
||||||
|
|
||||||
@GetMapping("/")
|
@GetMapping("/")
|
||||||
fun blog(model: Model): String {
|
fun blog(model: Model): String {
|
||||||
|
|||||||
Reference in New Issue
Block a user