|
@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.*;
|
|
import javax.annotation.Resource;
|
|
import javax.annotation.Resource;
|
|
|
|
|
|
@RestController
|
|
@RestController
|
|
-@RequestMapping(OpsApiConstants.ADMIN_URI_PREFIX + "/nginx_config")
|
|
|
|
|
|
+@RequestMapping(OpsApiConstants.ADMIN_URI_PREFIX + "/nginx")
|
|
public class NginxConfigController {
|
|
public class NginxConfigController {
|
|
|
|
|
|
@Resource
|
|
@Resource
|