src/main/kotlin/cn/flightfeather/supervision/lightshare/web/VersionController.kt
@@ -1,5 +1,6 @@ package cn.flightfeather.supervision.lightshare.web import cn.flightfeather.supervision.config.IgnoreResponseAdvice import cn.flightfeather.supervision.domain.ds1.entity.Version import cn.flightfeather.supervision.lightshare.service.VersionService import io.swagger.annotations.Api @@ -8,6 +9,7 @@ @Api(tags = ["VersionController"], description = "移动端App相关API接口") @RestController @IgnoreResponseAdvice @RequestMapping("/version") class VersionController(val versionService: VersionService) {