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
|
||||
|
||||
@Controller
|
||||
class HtmlController() {
|
||||
class HtmlController {
|
||||
|
||||
@GetMapping("/")
|
||||
fun blog(model: Model): String {
|
||||
|
||||
Reference in New Issue
Block a user