Skip to content

Commit 993e127

Browse files
committed
Fix refresh-openid when using context-path
1 parent 78042cd commit 993e127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/static/js/shiny.connections.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Shiny.connections = {
7979
console.log("no openid refresh");
8080
return;
8181
}
82-
$.post(Shiny.api.buildURL("/refresh-openid"));
82+
$.post(Shiny.api.buildURL("refresh-openid"));
8383
}, Shiny.app.staticState.openIdRefreshRate);
8484
},
8585

0 commit comments

Comments
 (0)