package com.product.patch.controller;
|
|
import com.product.core.controller.support.AbstractBaseController;
|
import org.springframework.web.bind.annotation.RequestMapping;
|
import org.springframework.web.bind.annotation.RestController;
|
|
/**
|
* Copyright © 6c
|
*
|
* @Date: 2022-04-02 17:08
|
* @Author: 6c
|
* @Description:
|
*/
|
@RestController
|
@RequestMapping("/api/patch/deploy")
|
public class PatchDeployController extends AbstractBaseController {
|
}
|