refactor: 开启 APISIX webSocket选项

This commit is contained in:
fit2cloudrd
2024-06-05 18:45:40 +08:00
committed by GitHub
parent 451b170fb7
commit fe0f48d19b

View File

@@ -138,6 +138,7 @@ curl http://127.0.0.1:9180/apisix/admin/routes -X POST -H "X-API-KEY: $DE_APISIX
]
],
"upstream_id": "1",
"enable_websocket": true,
"status": 1
}'
@@ -173,4 +174,4 @@ curl http://127.0.0.1:9180/apisix/admin/routes -X POST -H "X-API-KEY: $DE_APISIX
],
"service_id": "10",
"status": 1
}'
}'