|
|
@@ -25,7 +25,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
@Api(value = "rest/app", tags = "apk版本升级表")
|
|
|
@RestController
|
|
|
@Validated
|
|
|
-@RequestMapping(value = "business/app/upgrade")
|
|
|
+@RequestMapping(value = "app/upgrade")
|
|
|
public class AppUpgradeController extends BaseController {
|
|
|
|
|
|
private final IAppUpgradeService appUpgradeService;
|