mirror of
https://github.com/rstudio/shiny.git
synced 2026-01-11 16:08:19 -05:00
Compare commits
1 Commits
async-remo
...
fix-shared
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
cac77bcbb3 |
@@ -454,7 +454,10 @@ startApp <- function(appObj, port, host, quiet) {
|
||||
list(
|
||||
# Always handle /session URLs dynamically, even if / is a static path.
|
||||
"session" = excludeStaticPath(),
|
||||
"shared" = system.file(package = "shiny", "www", "shared")
|
||||
"shared" = staticPath(
|
||||
system.file(package = "shiny", "www", "shared"),
|
||||
fallthrough = TRUE
|
||||
)
|
||||
),
|
||||
.globals$resourcePaths
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user