beremiz

WAMP: fix missing deletion URL for certificate

14 months ago, Edouard Tisserant
682200890e47
Parents 74875e140360
Children c84e1b8096c7
WAMP: fix missing deletion URL for certificate
--- a/runtime/WampClient.py Tue Apr 01 12:09:54 2025 +0200
+++ b/runtime/WampClient.py Wed Apr 02 12:07:15 2025 +0200
@@ -692,4 +692,5 @@
WebSettings.addCustomURL(WAMP_SECRET_URL, deliverWampSecret)
WebSettings.addCustomURL(WAMP_DELETE_TRUSTSTORE_URL, deleteTrustStore)
+ WebSettings.addCustomURL(WAMP_DELETE_CLIENTCERT_URL, deleteClientCert)