|
@@ -19,7 +19,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
*/
|
|
*/
|
|
|
@AllArgsConstructor
|
|
@AllArgsConstructor
|
|
|
@RestController
|
|
@RestController
|
|
|
-@RequestMapping("/gateway")
|
|
|
|
|
|
|
+@RequestMapping("/upms/gateway")
|
|
|
public class GatewayController extends DevBaseController{
|
|
public class GatewayController extends DevBaseController{
|
|
|
|
|
|
|
|
private final IGatewayService gatewayService;
|
|
private final IGatewayService gatewayService;
|