@@ -21,10 +21,10 @@ import java.util.List;
* Created by owen on 2020/5/8 0008 9:54
*/
@Slf4j
-@Api(tags = "web-展示页")
+@Api(tags = "show-展示页")
@RestController
-@RequestMapping("/web")
-public class WebController {
+@RequestMapping("/show")
+public class ShowController {
@Autowired
WebService webService;