Commit f152906711bb1b48ad43f4f596803ae616913bb9
1 parent
7eb5c34b
update...
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/controller/UserController.java
| @@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController; | @@ -9,7 +9,7 @@ import org.springframework.web.bind.annotation.RestController; | ||
| 9 | * Created by panzhao on 2017/9/4. | 9 | * Created by panzhao on 2017/9/4. |
| 10 | */ | 10 | */ |
| 11 | @RestController | 11 | @RestController |
| 12 | -@RequestMapping("/line2System") | 12 | +@RequestMapping("/user") |
| 13 | public class UserController { | 13 | public class UserController { |
| 14 | 14 | ||
| 15 | @Autowired | 15 | @Autowired |