Skip to content

Commit e40552e

Browse files
authored
Create Controller
1 parent aa87bae commit e40552e

File tree

1 file changed

+11
-0
lines changed
  • src/main/java/com/example/FixLog/controller

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
package com.example.FixLog.controller;
2+
3+
@RestController
4+
public class Controller {
5+
6+
@GetMapping("test/api")
7+
public String test() {
8+
return "this is test.";
9+
}
10+
11+
}

0 commit comments

Comments
 (0)