Skip to content

Commit

Permalink
Merge pull request #60 from JuliaPluto/julia-1.8-404-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp authored Mar 8, 2022
2 parents 43ede3f + 434deff commit 5698f28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ["1.6", "1"]#"~1.8.0-0"]
julia-version: ["1.6", "1", "~1.8.0-0"]
os: [ubuntu-latest]


Expand Down
2 changes: 1 addition & 1 deletion src/PlutoSliderServer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function run_directory(

params = HTTP.queryparams(HTTP.URI(request.target))

response_body = HTTP.handle(router, request)
response_body = Base.invokelatest(HTTP.handle, router, request)

request.response::HTTP.Response = response_body
request.response.request = request
Expand Down

0 comments on commit 5698f28

Please sign in to comment.