Skip to content

Commit 0096880

Browse files
authored
Merge pull request #93 from vitessce/keller-mark/shinyapps-fix
Update shiny.Rmd to resolve shinyapps.io issue
2 parents 2e493aa + 75dcc8b commit 0096880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vignettes/shiny.Rmd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ server <- function(input, output, session) {
122122
session$clientData$url_hostname,
123123
":",
124124
session$clientData$url_port,
125-
"/vitessce"
125+
session$clientData$url_pathname,
126+
"vitessce"
126127
)
127128

128129
vc$widget(theme = "light", serve = FALSE, base_url = BASE_URL)

0 commit comments

Comments
 (0)