beremiz
Clone
Summary
Browse
Changes
Graph
WAMP: fix missing deletion URL for certificate
py2compat
14 months ago, Edouard Tisserant
9b52273bed6f
Parents
3e6ca3f13c30
Children
66e313bd1ed6
WAMP: fix missing deletion URL for certificate
1 files changed, 1 insertions(+), 0 deletions(-)
+1
-0
runtime/WampClient.py
--- a/runtime/WampClient.py Tue Apr 01 12:09:54 2025 +0200
+++ b/runtime/WampClient.py Wed Apr 02 12:07:15 2025 +0200
@@ -694,4 +694,5 @@
WebSettings.addCustomURL(WAMP_SECRET_URL, deliverWampSecret)
WebSettings.addCustomURL(WAMP_DELETE_TRUSTSTORE_URL, deleteTrustStore)
+ WebSettings.addCustomURL(WAMP_DELETE_CLIENTCERT_URL, deleteClientCert)