JuliaPluto / PlutoSliderServer.jl

Web server to run just the `@bind` parts of a Pluto.jl notebook
https://computationalthinking.mit.edu/
The Unlicense
130 stars 17 forks source link

HTTP Router: Fix asset serving #91

Closed Pangoraw closed 1 year ago

Pangoraw commented 1 year ago

Double wildcard is needed since HTTP.jl 1.0.

Fixes #88.

fonsp commented 1 year ago

Thanks! I will add a test :)