|
@@ -1,7 +1,9 @@
|
|
|
-package cn.com.ty.lift.system.user.controller;
|
|
|
-
|
|
|
-import org.springframework.web.bind.annotation.RestController;
|
|
|
-
|
|
|
-@RestController
|
|
|
-public class UserController {
|
|
|
-}
|
|
|
+package cn.com.ty.lift.system.user.controller;
|
|
|
+
|
|
|
+import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
+import org.springframework.web.bind.annotation.RestController;
|
|
|
+@RestController
|
|
|
+@RequestMapping("/user")
|
|
|
+public class UserController {
|
|
|
+
|
|
|
+}
|