From 66d506020b75a97ddf27250fe5924c6f4df70301 Mon Sep 17 00:00:00 2001 From: NidhiDixit09 <93544270+NidhiDixit09@users.noreply.github.com> Date: Thu, 16 Nov 2023 10:12:00 -0800 Subject: [PATCH] changed handler name --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 179008d..8336774 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ navigator.registerProtocolHandler( "web+uwptestapp", "https://nidhidixit09.github.io/loadApp.html/uri=%s", - "handleCustomProtocol", + "UWPTestApp", ); }