|
|
@ -1,9 +1,9 @@
|
|
|
|
package cn.teammodel.controller;
|
|
|
|
package cn.teammodel.controller;
|
|
|
|
|
|
|
|
|
|
|
|
import cn.teammodel.common.R;
|
|
|
|
import cn.teammodel.common.R;
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
|
|
|
|
@RestController
|
|
|
|
@RestController
|
|
|
|
@RequestMapping("/")
|
|
|
|
@RequestMapping("/")
|
|
|
|