1234567
  1. {
  2. "/api/*": {
  3. "target": "http://192.168.1.216:8080",
  4. "pathRewrite": {"^/api" : ""}
  5. }
  6. }