Commit 5dce3c42c0d8a4077b1c6c853ecbb5acd4b8dba5

Authored by liquanyu
1 parent dcdafd62f5

问卷调查

Showing 1 changed file with 1 additions and 1 deletions

platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/QuestionController.java View file @ 5dce3c4
... ... @@ -18,7 +18,7 @@
18 18 * Created by Administrator on 2018-08-06.
19 19 */
20 20 @Controller
21   -@RequestMapping("/questions")
  21 +@RequestMapping("/question")
22 22 public class QuestionController extends BaseController {
23 23  
24 24 @Autowired