From 686d517ce90b68a31081c2dc19251f5dffed1eba Mon Sep 17 00:00:00 2001 From: Vacha Shah Date: Fri, 7 Apr 2023 03:12:17 +0000 Subject: [PATCH] Adding redirect url Signed-off-by: Vacha Shah --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 1a53afdb2..74d00d008 100644 --- a/index.html +++ b/index.html @@ -2,7 +2,7 @@ - + My New API @@ -21,6 +21,7 @@ plugins: [ SwaggerUIBundle.plugins.DownloadUrl ], + oauth2RedirectUrl: "http://localhost:9200", }) window.ui = ui }