Skip to content

Commit e5092ac

Browse files
authored
Merge pull request #25 from CommitField/dev
fix : annotation add
2 parents 893d5b8 + f5362c8 commit e5092ac

File tree

2 files changed

+2
-42
lines changed

2 files changed

+2
-42
lines changed

src/main/java/cmf/commitField/domain/main/main/controller/ApiV1MainController.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
package cmf.commitField.domain.main.main.controller;
22

3+
import org.springframework.stereotype.Controller;
34
import org.springframework.web.bind.annotation.GetMapping;
45
import org.springframework.web.bind.annotation.RequestMapping;
56
import org.springframework.web.bind.annotation.ResponseBody;
67

8+
@Controller
79
@RequestMapping
810
public class ApiV1MainController {
911
@GetMapping

src/main/resources/static/index.html

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)