Commit f152906711bb1b48ad43f4f596803ae616913bb9

Authored by 潘钊
1 parent 7eb5c34b

update...

src/main/java/com/bsth/controller/UserController.java
... ... @@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController;
9 9 * Created by panzhao on 2017/9/4.
10 10 */
11 11 @RestController
12   -@RequestMapping("/line2System")
  12 +@RequestMapping("/user")
13 13 public class UserController {
14 14  
15 15 @Autowired
... ...