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.
1 parent aa87bae commit e40552eCopy full SHA for e40552e
src/main/java/com/example/FixLog/controller/Controller
@@ -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