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.
2 parents 893d5b8 + f5362c8 commit e5092acCopy full SHA for e5092ac
src/main/java/cmf/commitField/domain/main/main/controller/ApiV1MainController.java
@@ -1,9 +1,11 @@
1
package cmf.commitField.domain.main.main.controller;
2
3
+import org.springframework.stereotype.Controller;
4
import org.springframework.web.bind.annotation.GetMapping;
5
import org.springframework.web.bind.annotation.RequestMapping;
6
import org.springframework.web.bind.annotation.ResponseBody;
7
8
+@Controller
9
@RequestMapping
10
public class ApiV1MainController {
11
@GetMapping
src/main/resources/static/index.html
0 commit comments